#F09FCE

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

Shades of Shocking #F09FCE

Tints of Shocking #F09FCE

Color information

#F09FCE (or 0xF09FCE) is unknown color: approx Shocking. HEX triplet: F0, 9F and CE. RGB value is (240,159,206). Sum of RGB (Red+Green+Blue) = 240+159+206=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FCE is #0F6031. Grayscale: #BCBCBC. Windows color (decimal): -1007666 or 13541360. OLE color: 13541360.

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

Color convert

RGB240159206-
CMYK00.340.140.06
HSL325.19º72.97%78.24%-
HSV(B)325.19º33.75%94.12%-
XYZ59.4747.7864.48-
YUV188.58137.84164.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=39.67%
G=26.28%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015920600.340.140.06325.1972.9778.24
HexF09FCE022E6145494e
Octal360237316042166505111116
Binary1111000010011111110011100100010111011010100010110010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09FCE; }

 p { color: rgb(240,159,206); }

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

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

 a { background-color: rgb(240,159,206); }

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

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

 span { border-color: rgb(240,159,206); }

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