#F0A2CB

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

Shades of Shocking #F0A2CB

Tints of Shocking #F0A2CB

Color information

#F0A2CB (or 0xF0A2CB) is unknown color: approx Shocking. HEX triplet: F0, A2 and CB. RGB value is (240,162,203). Sum of RGB (Red+Green+Blue) = 240+162+203=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A2CB is #0F5D34. Grayscale: #BDBDBD. Windows color (decimal): -1006901 or 13345520. OLE color: 13345520.

HSL color Cylindrical-coordinate representation of color #F0A2CB: hue angle of 328.46º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A2CB is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240162203-
CMYK00.320.150.06
HSL328.46º72.22%78.82%-
HSV(B)328.46º32.5%94.12%-
XYZ59.6448.6862.75-
YUV190135.34163.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 162 (63.67% from 255) = 26.78%
BLUE value IS 203 (79.69% from 255) = 33.55%
R=39.67%
G=26.78%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016220300.320.150.06328.4672.2278.82
HexF0A2CB020F6148484f
Octal360242313040176510110117
Binary1111000010100010110010110100000111111010100100010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A2CB; }

 p { color: rgb(240,162,203); }

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

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

 a { background-color: rgb(240,162,203); }

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

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

 span { border-color: rgb(240,162,203); }

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