#F09CBE

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

Shades of Shocking #F09CBE

Tints of Shocking #F09CBE

Color information

#F09CBE (or 0xF09CBE) is unknown color: approx Shocking. HEX triplet: F0, 9C and BE. RGB value is (240,156,190). Sum of RGB (Red+Green+Blue) = 240+156+190=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CBE is #0F6341. Grayscale: #B8B8B8. Windows color (decimal): -1008450 or 12492016. OLE color: 12492016.

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

Color convert

RGB240156190-
CMYK00.350.210.06
HSL335.71º73.68%77.65%-
HSV(B)335.71º35%94.12%-
XYZ57.1246.0254.59-
YUV184.99130.83167.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.96%
GREEN value IS 156 (61.33% from 255) = 26.62%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=40.96%
G=26.62%
B=32.42%

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
Decimal24015619000.350.210.06335.7173.6877.65
HexF09CBE0231561504a4e
Octal360234276043256520112116
Binary11110000100111001011111001000111010111010101000010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CBE; }

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

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

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

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

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

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

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

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