#F096CA

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

Shades of Shocking #F096CA

Tints of Shocking #F096CA

Color information

#F096CA (or 0xF096CA) is unknown color: approx Shocking. HEX triplet: F0, 96 and CA. RGB value is (240,150,202). Sum of RGB (Red+Green+Blue) = 240+150+202=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 240 - color contains mainly: red. Hex color #F096CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F096CA is #0F6935. Grayscale: #B6B6B6. Windows color (decimal): -1009974 or 13276912. OLE color: 13276912.

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

Color convert

RGB240150202-
CMYK00.370.160.06
HSL325.33º75%76.47%-
HSV(B)325.33º37.5%94.12%-
XYZ57.544.661.46-
YUV182.84138.82168.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.54%
GREEN value IS 150 (58.98% from 255) = 25.34%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=40.54%
G=25.34%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015020200.370.160.06325.337576.47
HexF096CA0251061454b4c
Octal360226312045206505113114
Binary11110000100101101100101001001011000011010100010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096CA; }

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

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

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

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

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

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

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

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