#F81497

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

Shades of Deep Pink #F81497

Tints of Deep Pink #F81497

Color information

#F81497 (or 0xF81497) is unknown color: approx Deep Pink. HEX triplet: F8, 14 and 97. RGB value is (248,20,151). Sum of RGB (Red+Green+Blue) = 248+20+151=419 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.19% from 419); Green value is 20 (8.20% from 255 or 4.77% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 248 - color contains mainly: red. Hex color #F81497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81497 is #07EB68. Grayscale: #666666. Windows color (decimal): -519017 or 9901304. OLE color: 9901304.

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

Color convert

RGB24820151-
CMYK00.920.390.03
HSL325.53º94.21%52.55%-
HSV(B)325.53º91.94%97.25%-
XYZ44.5522.6931.31-
YUV103.11155.04231.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.19%
GREEN value IS 20 (8.20% from 255) = 4.77%
BLUE value IS 151 (59.38% from 255) = 36.04%
R=59.19%
G=4.77%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482015100.920.390.03325.5394.2152.55
HexF8149705C2731465e35
Octal37024227013447350613665
Binary11111000101001001011101011100100111111010001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81497; }

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

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

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

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

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

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

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

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