#F09DCA

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

Shades of Shocking #F09DCA

Tints of Shocking #F09DCA

Color information

#F09DCA (or 0xF09DCA) is unknown color: approx Shocking. HEX triplet: F0, 9D and CA. RGB value is (240,157,202). Sum of RGB (Red+Green+Blue) = 240+157+202=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DCA is #0F6235. Grayscale: #BABABA. Windows color (decimal): -1008182 or 13278704. OLE color: 13278704.

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

Color convert

RGB240157202-
CMYK00.350.160.06
HSL327.47º73.45%77.84%-
HSV(B)327.47º34.58%94.12%-
XYZ58.6546.961.84-
YUV186.95136.5165.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.07%
GREEN value IS 157 (61.72% from 255) = 26.21%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=40.07%
G=26.21%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015720200.350.160.06327.4773.4577.84
HexF09DCA023106147494e
Octal360235312043206507111116
Binary11110000100111011100101001000111000011010100011110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DCA; }

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

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

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

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

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

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

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

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