#F09EC5

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

Shades of Shocking #F09EC5

Tints of Shocking #F09EC5

Color information

#F09EC5 (or 0xF09EC5) is unknown color: approx Shocking. HEX triplet: F0, 9E and C5. RGB value is (240,158,197). Sum of RGB (Red+Green+Blue) = 240+158+197=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 197 (77.34% from 255 or 33.11% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09EC5 is #0F613A. Grayscale: #BABABA. Windows color (decimal): -1007931 or 12951280. OLE color: 12951280.

HSL color Cylindrical-coordinate representation of color #F09EC5: hue angle of 331.46º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09EC5 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB240158197-
CMYK00.340.180.06
HSL331.46º73.21%78.04%-
HSV(B)331.46º34.17%94.12%-
XYZ58.2447.0158.83-
YUV186.96133.67165.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 158 (62.11% from 255) = 26.55%
BLUE value IS 197 (77.34% from 255) = 33.11%
R=40.34%
G=26.55%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015819700.340.180.06331.4673.2178.04
HexF09EC502212614b494e
Octal360236305042226513111116
Binary11110000100111101100010101000101001011010100101110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09EC5; }

 p { color: rgb(240,158,197); }

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

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

 a { background-color: rgb(240,158,197); }

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

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

 span { border-color: rgb(240,158,197); }

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