#F81580

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

Shades of Deep Pink #F81580

Tints of Deep Pink #F81580

Color information

#F81580 (or 0xF81580) is unknown color: approx Deep Pink. HEX triplet: F8, 15 and 80. RGB value is (248,21,128). Sum of RGB (Red+Green+Blue) = 248+21+128=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F81580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81580 is #07EA7F. Grayscale: #646464. Windows color (decimal): -518784 or 8394232. OLE color: 8394232.

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

Color convert

RGB24821128-
CMYK00.920.480.03
HSL331.72º94.19%52.75%-
HSV(B)331.72º91.53%97.25%-
XYZ42.8822.0522.42-
YUV101.07143.21232.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.47%
GREEN value IS 21 (8.59% from 255) = 5.29%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=62.47%
G=5.29%
B=32.24%

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
Decimal2482112800.920.480.03331.7294.1952.75
HexF8158005C30314c5e35
Octal37025200013460351413665
Binary11111000101011000000001011100110000111010011001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81580; }

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

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

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

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

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

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

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

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