#F09CBD

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

Shades of Shocking #F09CBD

Tints of Shocking #F09CBD

Color information

#F09CBD (or 0xF09CBD) is unknown color: approx Shocking. HEX triplet: F0, 9C and BD. RGB value is (240,156,189). Sum of RGB (Red+Green+Blue) = 240+156+189=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 189 (74.22% from 255 or 32.31% from 585); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CBD is #0F6342. Grayscale: #B8B8B8. Windows color (decimal): -1008451 or 12426480. OLE color: 12426480.

HSL color Cylindrical-coordinate representation of color #F09CBD: hue angle of 336.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CBD is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240156189-
CMYK00.350.210.06
HSL336.43º73.68%77.65%-
HSV(B)336.43º35%94.12%-
XYZ57.0145.9854.01-
YUV184.88130.33167.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.03%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 189 (74.22% from 255) = 32.31%
R=41.03%
G=26.67%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015618900.350.210.06336.4373.6877.65
HexF09CBD0231561504a4e
Octal360234275043256520112116
Binary11110000100111001011110101000111010111010101000010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CBD; }

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

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

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

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

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

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

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

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