#F796BF

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

Shades of Shocking #F796BF

Tints of Shocking #F796BF

Color information

#F796BF (or 0xF796BF) is unknown color: approx Shocking. HEX triplet: F7, 96 and BF. RGB value is (247,150,191). Sum of RGB (Red+Green+Blue) = 247+150+191=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F796BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796BF is #086940. Grayscale: #B7B7B7. Windows color (decimal): -551233 or 12556023. OLE color: 12556023.

HSL color Cylindrical-coordinate representation of color #F796BF: hue angle of 334.64º 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 #F796BF is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247150191-
CMYK00.390.230.03
HSL334.64º85.84%77.84%-
HSV(B)334.64º39.27%96.86%-
XYZ58.6745.3554.95-
YUV183.68132.14173.17-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.01%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 191 (75% from 255) = 32.48%
R=42.01%
G=25.51%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24715019100.390.230.03334.6485.8477.84
HexF796BF02717314f564e
Octal367226277047273517126116
Binary1111011110010110101111110100111101111110100111110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F796BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F796BF; }

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

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

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

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

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

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

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

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