#F0A2BC

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

Shades of Shocking #F0A2BC

Tints of Shocking #F0A2BC

Color information

#F0A2BC (or 0xF0A2BC) is unknown color: approx Shocking. HEX triplet: F0, A2 and BC. RGB value is (240,162,188). Sum of RGB (Red+Green+Blue) = 240+162+188=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A2BC is #0F5D43. Grayscale: #BCBCBC. Windows color (decimal): -1006916 or 12362480. OLE color: 12362480.

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

Color convert

RGB240162188-
CMYK00.320.220.06
HSL340º72.22%78.82%-
HSV(B)340º32.5%94.12%-
XYZ57.934853.79-
YUV188.29127.84164.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 162 (63.67% from 255) = 27.46%
BLUE value IS 188 (73.83% from 255) = 31.86%
R=40.68%
G=27.46%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24016218800.320.220.0634072.2278.82
HexF0A2BC020166154484f
Octal360242274040266524110117
Binary11110000101000101011110001000001011011010101010010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A2BC; }

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

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

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

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

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

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

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

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