#FB6F58

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

Shades of Bittersweet #FB6F58

Tints of Bittersweet #FB6F58

Color information

#FB6F58 (or 0xFB6F58) is unknown color: approx Bittersweet. HEX triplet: FB, 6F and 58. RGB value is (251,111,88). Sum of RGB (Red+Green+Blue) = 251+111+88=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6F58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB6F58 is #0490A7. Grayscale: #969696. Windows color (decimal): -299176 or 5795835. OLE color: 5795835.

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

Color convert

RGB25111188-
CMYK00.560.650.02
HSL8.47º95.32%66.47%-
HSV(B)8.47º64.94%98.43%-
XYZ47.2332.5813.03-
YUV150.2492.88199.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.78%
GREEN value IS 111 (43.75% from 255) = 24.67%
BLUE value IS 88 (34.77% from 255) = 19.56%
R=55.78%
G=24.67%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511118800.560.650.028.4795.3266.47
HexFB6F5803841285f42
Octal373157130070101210137102
Binary11111011110111110110000111000100000110100010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6F58; }

 p { color: rgb(251,111,88); }

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

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

 a { background-color: rgb(251,111,88); }

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

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

 span { border-color: rgb(251,111,88); }

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