#F0A4C2

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

Shades of Shocking #F0A4C2

Tints of Shocking #F0A4C2

Color information

#F0A4C2 (or 0xF0A4C2) is unknown color: approx Shocking. HEX triplet: F0, A4 and C2. RGB value is (240,164,194). Sum of RGB (Red+Green+Blue) = 240+164+194=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 194 (76.17% from 255 or 32.44% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A4C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A4C2 is #0F5B3D. Grayscale: #BEBEBE. Windows color (decimal): -1006398 or 12756208. OLE color: 12756208.

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

Color convert

RGB240164194-
CMYK00.320.190.06
HSL336.32º71.7%79.22%-
HSV(B)336.32º31.67%94.12%-
XYZ58.9548.9757.38-
YUV190.14130.18163.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.13%
GREEN value IS 164 (64.45% from 255) = 27.42%
BLUE value IS 194 (76.17% from 255) = 32.44%
R=40.13%
G=27.42%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016419400.320.190.06336.3271.779.22
HexF0A4C2020136150484f
Octal360244302040236520110117
Binary11110000101001001100001001000001001111010101000010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A4C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A4C2; }

 p { color: rgb(240,164,194); }

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

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

 a { background-color: rgb(240,164,194); }

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

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

 span { border-color: rgb(240,164,194); }

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