#F2A0BD

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

Shades of Shocking #F2A0BD

Tints of Shocking #F2A0BD

Color information

#F2A0BD (or 0xF2A0BD) is unknown color: approx Shocking. HEX triplet: F2, A0 and BD. RGB value is (242,160,189). Sum of RGB (Red+Green+Blue) = 242+160+189=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A0BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A0BD is #0D5F42. Grayscale: #BBBBBB. Windows color (decimal): -876355 or 12427506. OLE color: 12427506.

HSL color Cylindrical-coordinate representation of color #F2A0BD: hue angle of 338.78º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2A0BD is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB242160189-
CMYK00.340.220.05
HSL338.78º75.93%78.82%-
HSV(B)338.78º33.88%94.9%-
XYZ58.3747.6954.27-
YUV187.82128.67166.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 189 (74.22% from 255) = 31.98%
R=40.95%
G=27.07%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216018900.340.220.05338.7875.9378.82
HexF2A0BD0221651534c4f
Octal362240275042265523114117
Binary11110010101000001011110101000101011010110101001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A0BD; }

 p { color: rgb(242,160,189); }

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

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

 a { background-color: rgb(242,160,189); }

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

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

 span { border-color: rgb(242,160,189); }

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