#F81581

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

Shades of Deep Pink #F81581

Tints of Deep Pink #F81581

Color information

#F81581 (or 0xF81581) is unknown color: approx Deep Pink. HEX triplet: F8, 15 and 81. RGB value is (248,21,129). Sum of RGB (Red+Green+Blue) = 248+21+129=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F81581 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81581 is #07EA7E. Grayscale: #646464. Windows color (decimal): -518783 or 8459768. OLE color: 8459768.

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

Color convert

RGB24821129-
CMYK00.920.480.03
HSL331.45º94.19%52.75%-
HSV(B)331.45º91.53%97.25%-
XYZ42.9422.0822.77-
YUV101.18143.71232.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.31%
GREEN value IS 21 (8.59% from 255) = 5.28%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=62.31%
G=5.28%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482112900.920.480.03331.4594.1952.75
HexF8158105C30314b5e35
Octal37025201013460351313665
Binary11111000101011000000101011100110000111010010111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81581; }

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

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

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

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

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

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

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

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