#F0A0CD

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

Shades of Shocking #F0A0CD

Tints of Shocking #F0A0CD

Color information

#F0A0CD (or 0xF0A0CD) is unknown color: approx Shocking. HEX triplet: F0, A0 and CD. RGB value is (240,160,205). Sum of RGB (Red+Green+Blue) = 240+160+205=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 160 (62.89% from 255 or 26.45% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A0CD is #0F5F32. Grayscale: #BCBCBC. Windows color (decimal): -1007411 or 13476080. OLE color: 13476080.

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

Color convert

RGB240160205-
CMYK00.330.150.06
HSL326.25º72.73%78.43%-
HSV(B)326.25º33.33%94.12%-
XYZ59.5348.0763.9-
YUV189.05137164.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 160 (62.89% from 255) = 26.45%
BLUE value IS 205 (80.47% from 255) = 33.88%
R=39.67%
G=26.45%
B=33.88%

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
Decimal24016020500.330.150.06326.2572.7378.43
HexF0A0CD021F6146494e
Octal360240315041176506111116
Binary1111000010100000110011010100001111111010100011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A0CD; }

 p { color: rgb(240,160,205); }

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

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

 a { background-color: rgb(240,160,205); }

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

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

 span { border-color: rgb(240,160,205); }

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