#F81197

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

Shades of Deep Pink #F81197

Tints of Deep Pink #F81197

Color information

#F81197 (or 0xF81197) is unknown color: approx Deep Pink. HEX triplet: F8, 11 and 97. RGB value is (248,17,151). Sum of RGB (Red+Green+Blue) = 248+17+151=416 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.62% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 248 - color contains mainly: red. Hex color #F81197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81197 is #07EE68. Grayscale: #656565. Windows color (decimal): -519785 or 9900536. OLE color: 9900536.

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

Color convert

RGB24817151-
CMYK00.930.390.03
HSL325.19º94.29%51.96%-
HSV(B)325.19º93.15%97.25%-
XYZ44.522.5931.29-
YUV101.34156.03232.6-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.62%
GREEN value IS 17 (7.03% from 255) = 4.09%
BLUE value IS 151 (59.38% from 255) = 36.30%
R=59.62%
G=4.09%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481715100.930.390.03325.1994.2951.96
HexF8119705D2731455e34
Octal37021227013547350513664
Binary11111000100011001011101011101100111111010001011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81197; }

 p { color: rgb(248,17,151); }

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

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

 a { background-color: rgb(248,17,151); }

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

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

 span { border-color: rgb(248,17,151); }

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