#F09DCC

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

Shades of Shocking #F09DCC

Tints of Shocking #F09DCC

Color information

#F09DCC (or 0xF09DCC) is unknown color: approx Shocking. HEX triplet: F0, 9D and CC. RGB value is (240,157,204). Sum of RGB (Red+Green+Blue) = 240+157+204=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DCC is #0F6233. Grayscale: #BBBBBB. Windows color (decimal): -1008180 or 13409776. OLE color: 13409776.

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

Color convert

RGB240157204-
CMYK00.350.150.06
HSL326.02º73.45%77.84%-
HSV(B)326.02º34.58%94.12%-
XYZ58.894763.09-
YUV187.18137.5165.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=39.93%
G=26.12%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015720400.350.150.06326.0273.4577.84
HexF09DCC023F6146494e
Octal360235314043176506111116
Binary1111000010011101110011000100011111111010100011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DCC; }

 p { color: rgb(240,157,204); }

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

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

 a { background-color: rgb(240,157,204); }

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

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

 span { border-color: rgb(240,157,204); }

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