#F0A1CB

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

Shades of Shocking #F0A1CB

Tints of Shocking #F0A1CB

Color information

#F0A1CB (or 0xF0A1CB) is unknown color: approx Shocking. HEX triplet: F0, A1 and CB. RGB value is (240,161,203). Sum of RGB (Red+Green+Blue) = 240+161+203=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A1CB is #0F5E34. Grayscale: #BDBDBD. Windows color (decimal): -1007157 or 13345264. OLE color: 13345264.

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

Color convert

RGB240161203-
CMYK00.330.150.06
HSL328.1º72.48%78.63%-
HSV(B)328.1º32.92%94.12%-
XYZ59.4648.3362.69-
YUV189.41135.67164.08-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 161 (63.28% from 255) = 26.66%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=39.74%
G=26.66%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016120300.330.150.06328.172.4878.63
HexF0A1CB021F6148484f
Octal360241313041176510110117
Binary1111000010100001110010110100001111111010100100010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A1CB; }

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

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

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

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

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

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

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

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