#F1A2BC

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

Shades of Shocking #F1A2BC

Tints of Shocking #F1A2BC

Color information

#F1A2BC (or 0xF1A2BC) is unknown color: approx Shocking. HEX triplet: F1, A2 and BC. RGB value is (241,162,188). Sum of RGB (Red+Green+Blue) = 241+162+188=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A2BC is #0E5D43. Grayscale: #BCBCBC. Windows color (decimal): -941380 or 12362481. OLE color: 12362481.

HSL color Cylindrical-coordinate representation of color #F1A2BC: hue angle of 340.25º degrees, saturation: 0.74, 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 #F1A2BC is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241162188-
CMYK00.330.220.05
HSL340.25º73.83%79.02%-
HSV(B)340.25º32.78%94.51%-
XYZ58.2748.1753.8-
YUV188.58127.67165.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.78%
GREEN value IS 162 (63.67% from 255) = 27.41%
BLUE value IS 188 (73.83% from 255) = 31.81%
R=40.78%
G=27.41%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116218800.330.220.05340.2573.8379.02
HexF1A2BC0211651544a4f
Octal361242274041265524112117
Binary11110001101000101011110001000011011010110101010010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A2BC; }

 p { color: rgb(241,162,188); }

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

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

 a { background-color: rgb(241,162,188); }

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

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

 span { border-color: rgb(241,162,188); }

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