#FB6862

Color #FB6862 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #FB6862

Tints of Bittersweet #FB6862

Color information

#FB6862 (or 0xFB6862) is unknown color: approx Bittersweet. HEX triplet: FB, 68 and 62. RGB value is (251,104,98). Sum of RGB (Red+Green+Blue) = 251+104+98=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6862 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6862 is #04979D. Grayscale: #939393. Windows color (decimal): -300958 or 6449403. OLE color: 6449403.

HSL color Cylindrical-coordinate representation of color #FB6862: hue angle of 2.35º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB6862 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB25110498-
CMYK00.590.610.02
HSL2.35º95.03%68.43%-
HSV(B)2.35º60.96%98.43%-
XYZ46.9431.2915.12-
YUV147.27100.2201.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 55.41%
GREEN value IS 104 (41.02% from 255) = 22.96%
BLUE value IS 98 (38.67% from 255) = 21.63%
R=55.41%
G=22.96%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511049800.590.610.022.3595.0368.43
HexFB686203B3D225f44
Octal3731501420737522137104
Binary11111011110100011000100111011111101101010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6862; }

 p { color: rgb(251,104,98); }

 H1.HeaderClassName
 {
   color: #FB6862;
 }
 .AnyTagClassName
 {
   color: #FB6862;
 }
</style>
background-color css

<style>
 a { background-color: #FB6862; }

 a { background-color: rgb(251,104,98); }

 div.DivClassName
 {
   background-color: #FB6862;
 }
 .BgClassName
 {
   background-color: #FB6862;
 }
</style>
border-color css

<style>
 span { border-color: #FB6862; }

 span { border-color: rgb(251,104,98); }

 td.TdClassName
 {
   border-color: #FB6862;
 }
 .TagClassName
 {
   border-color: #FB6862;
 }
</style>