#F796BC

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

Shades of Shocking #F796BC

Tints of Shocking #F796BC

Color information

#F796BC (or 0xF796BC) is unknown color: approx Shocking. HEX triplet: F7, 96 and BC. RGB value is (247,150,188). Sum of RGB (Red+Green+Blue) = 247+150+188=585 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.22% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 247 - color contains mainly: red. Hex color #F796BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796BC is #086943. Grayscale: #B7B7B7. Windows color (decimal): -551236 or 12359415. OLE color: 12359415.

HSL color Cylindrical-coordinate representation of color #F796BC: hue angle of 336.49º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F796BC is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB247150188-
CMYK00.390.240.03
HSL336.49º85.84%77.84%-
HSV(B)336.49º39.27%96.86%-
XYZ58.3445.2253.23-
YUV183.33130.64173.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.22%
GREEN value IS 150 (58.98% from 255) = 25.64%
BLUE value IS 188 (73.83% from 255) = 32.14%
R=42.22%
G=25.64%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715018800.390.240.03336.4985.8477.84
HexF796BC027183150564e
Octal367226274047303520126116
Binary1111011110010110101111000100111110001110101000010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F796BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F796BC; }

 p { color: rgb(247,150,188); }

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

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

 a { background-color: rgb(247,150,188); }

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

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

 span { border-color: rgb(247,150,188); }

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