#F09DC4

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

Shades of Shocking #F09DC4

Tints of Shocking #F09DC4

Color information

#F09DC4 (or 0xF09DC4) is unknown color: approx Shocking. HEX triplet: F0, 9D and C4. RGB value is (240,157,196). Sum of RGB (Red+Green+Blue) = 240+157+196=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 196 (76.95% from 255 or 33.05% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F09DC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09DC4 is #0F623B. Grayscale: #BABABA. Windows color (decimal): -1008188 or 12885488. OLE color: 12885488.

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

Color convert

RGB240157196-
CMYK00.350.180.06
HSL331.81º73.45%77.84%-
HSV(B)331.81º34.58%94.12%-
XYZ57.9646.6258.17-
YUV186.26133.5166.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 196 (76.95% from 255) = 33.05%
R=40.47%
G=26.48%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015719600.350.180.06331.8173.4577.84
HexF09DC402312614c494e
Octal360235304043226514111116
Binary11110000100111011100010001000111001011010100110010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09DC4; }

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

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

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

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

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

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

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

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