#F0A1CA

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

Shades of Shocking #F0A1CA

Tints of Shocking #F0A1CA

Color information

#F0A1CA (or 0xF0A1CA) is unknown color: approx Shocking. HEX triplet: F0, A1 and CA. RGB value is (240,161,202). Sum of RGB (Red+Green+Blue) = 240+161+202=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A1CA is #0F5E35. Grayscale: #BDBDBD. Windows color (decimal): -1007158 or 13279728. OLE color: 13279728.

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

Color convert

RGB240161202-
CMYK00.330.160.06
HSL328.86º72.48%78.63%-
HSV(B)328.86º32.92%94.12%-
XYZ59.3448.2862.07-
YUV189.3135.17164.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.80%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=39.80%
G=26.70%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016120200.330.160.06328.8672.4878.63
HexF0A1CA021106149484f
Octal360241312041206511110117
Binary11110000101000011100101001000011000011010100100110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A1CA; }

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

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

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

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

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

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

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

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