#FB5F58

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

Shades of Bittersweet #FB5F58

Tints of Bittersweet #FB5F58

Color information

#FB5F58 (or 0xFB5F58) is unknown color: approx Bittersweet. HEX triplet: FB, 5F and 58. RGB value is (251,95,88). Sum of RGB (Red+Green+Blue) = 251+95+88=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 88 (34.77% from 255 or 20.28% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5F58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5F58 is #04A0A7. Grayscale: #8D8D8D. Windows color (decimal): -303272 or 5791739. OLE color: 5791739.

HSL color Cylindrical-coordinate representation of color #FB5F58: hue angle of 2.58º 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 #FB5F58 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB2519588-
CMYK00.620.650.02
HSL2.58º95.32%66.47%-
HSV(B)2.58º64.94%98.43%-
XYZ45.6429.412.5-
YUV140.8598.18206.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.83%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 88 (34.77% from 255) = 20.28%
R=57.83%
G=21.89%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal251958800.620.650.022.5895.3266.47
HexFB5F5803E41235f42
Octal37313713007610123137102
Binary111110111011111101100001111101000001101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB5F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB5F58; }

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

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

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

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

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

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

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

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