#F09CBC

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

Shades of Shocking #F09CBC

Tints of Shocking #F09CBC

Color information

#F09CBC (or 0xF09CBC) is unknown color: approx Shocking. HEX triplet: F0, 9C and BC. RGB value is (240,156,188). Sum of RGB (Red+Green+Blue) = 240+156+188=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CBC is #0F6343. Grayscale: #B8B8B8. Windows color (decimal): -1008452 or 12360944. OLE color: 12360944.

HSL color Cylindrical-coordinate representation of color #F09CBC: hue angle of 337.14º 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 #F09CBC is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240156188-
CMYK00.350.220.06
HSL337.14º73.68%77.65%-
HSV(B)337.14º35%94.12%-
XYZ56.945.9353.44-
YUV184.76129.83167.4-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.10%
GREEN value IS 156 (61.33% from 255) = 26.71%
BLUE value IS 188 (73.83% from 255) = 32.19%
R=41.10%
G=26.71%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015618800.350.220.06337.1473.6877.65
HexF09CBC0231661514a4e
Octal360234274043266521112116
Binary11110000100111001011110001000111011011010101000110010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CBC; }

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

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

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

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

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

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

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

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