#F81697

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

Shades of Deep Pink #F81697

Tints of Deep Pink #F81697

Color information

#F81697 (or 0xF81697) is unknown color: approx Deep Pink. HEX triplet: F8, 16 and 97. RGB value is (248,22,151). Sum of RGB (Red+Green+Blue) = 248+22+151=421 (55% of max value = 765). Red value is 248 (97.27% from 255 or 58.91% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 248 - color contains mainly: red. Hex color #F81697 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81697 is #07E968. Grayscale: #676767. Windows color (decimal): -518505 or 9901816. OLE color: 9901816.

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

Color convert

RGB24822151-
CMYK00.910.390.03
HSL325.75º94.17%52.94%-
HSV(B)325.75º91.13%97.25%-
XYZ44.5822.7631.32-
YUV104.28154.37230.51-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 58.91%
GREEN value IS 22 (8.98% from 255) = 5.23%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=58.91%
G=5.23%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482215100.910.390.03325.7594.1752.94
HexF8169705B2731465e35
Octal37026227013347350613665
Binary11111000101101001011101011011100111111010001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81697; }

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

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

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

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

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

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

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

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