#F2A1BB

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

Shades of Shocking #F2A1BB

Tints of Shocking #F2A1BB

Color information

#F2A1BB (or 0xF2A1BB) is unknown color: approx Shocking. HEX triplet: F2, A1 and BB. RGB value is (242,161,187). Sum of RGB (Red+Green+Blue) = 242+161+187=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2A1BB is #0D5E44. Grayscale: #BCBCBC. Windows color (decimal): -876101 or 12296690. OLE color: 12296690.

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

Color convert

RGB242161187-
CMYK00.330.230.05
HSL340.74º75.7%79.02%-
HSV(B)340.74º33.47%94.9%-
XYZ58.3347.9553.2-
YUV188.18127.34166.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.02%
GREEN value IS 161 (63.28% from 255) = 27.29%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=41.02%
G=27.29%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216118700.330.230.05340.7475.779.02
HexF2A1BB0211751554c4f
Octal362241273041275525114117
Binary11110010101000011011101101000011011110110101010110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A1BB; }

 p { color: rgb(242,161,187); }

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

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

 a { background-color: rgb(242,161,187); }

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

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

 span { border-color: rgb(242,161,187); }

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