#F59CBD

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

Shades of Shocking #F59CBD

Tints of Shocking #F59CBD

Color information

#F59CBD (or 0xF59CBD) is unknown color: approx Shocking. HEX triplet: F5, 9C and BD. RGB value is (245,156,189). Sum of RGB (Red+Green+Blue) = 245+156+189=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CBD is #0A6342. Grayscale: #BABABA. Windows color (decimal): -680771 or 12426485. OLE color: 12426485.

HSL color Cylindrical-coordinate representation of color #F59CBD: hue angle of 337.75º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59CBD is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB245156189-
CMYK00.360.230.04
HSL337.75º81.65%78.63%-
HSV(B)337.75º36.33%96.08%-
XYZ58.7346.8654.09-
YUV186.37129.49169.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 156 (61.33% from 255) = 26.44%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=41.53%
G=26.44%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515618900.360.230.04337.7581.6578.63
HexF59CBD024174152524f
Octal365234275044274522122117
Binary11110101100111001011110101001001011110010101001010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59CBD; }

 p { color: rgb(245,156,189); }

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

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

 a { background-color: rgb(245,156,189); }

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

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

 span { border-color: rgb(245,156,189); }

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