#F096CE

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

Shades of Shocking #F096CE

Tints of Shocking #F096CE

Color information

#F096CE (or 0xF096CE) is unknown color: approx Shocking. HEX triplet: F0, 96 and CE. RGB value is (240,150,206). Sum of RGB (Red+Green+Blue) = 240+150+206=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F096CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096CE is #0F6931. Grayscale: #B7B7B7. Windows color (decimal): -1009970 or 13539056. OLE color: 13539056.

HSL color Cylindrical-coordinate representation of color #F096CE: hue angle of 322.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096CE is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240150206-
CMYK00.370.140.06
HSL322.67º75%76.47%-
HSV(B)322.67º37.5%94.12%-
XYZ57.9844.7963.98-
YUV183.29140.82168.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 150 (58.98% from 255) = 25.17%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=40.27%
G=25.17%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015020600.370.140.06322.677576.47
HexF096CE025E61434b4c
Octal360226316045166503113114
Binary1111000010010110110011100100101111011010100001110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096CE; }

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

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

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

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

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

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

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

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