#F81591

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

Shades of Deep Pink #F81591

Tints of Deep Pink #F81591

Color information

#F81591 (or 0xF81591) is unknown color: approx Deep Pink. HEX triplet: F8, 15 and 91. RGB value is (248,21,145). Sum of RGB (Red+Green+Blue) = 248+21+145=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F81591 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81591 is #07EA6E. Grayscale: #666666. Windows color (decimal): -518767 or 9508344. OLE color: 9508344.

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

Color convert

RGB24821145-
CMYK00.920.420.03
HSL327.22º94.19%52.75%-
HSV(B)327.22º91.53%97.25%-
XYZ44.0922.5428.81-
YUV103.01151.71231.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.90%
GREEN value IS 21 (8.59% from 255) = 5.07%
BLUE value IS 145 (57.03% from 255) = 35.02%
R=59.90%
G=5.07%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482114500.920.420.03327.2294.1952.75
HexF8159105C2A31475e35
Octal37025221013452350713665
Binary11111000101011001000101011100101010111010001111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81591; }

 p { color: rgb(248,21,145); }

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

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

 a { background-color: rgb(248,21,145); }

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

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

 span { border-color: rgb(248,21,145); }

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