#F81582

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

Shades of Deep Pink #F81582

Tints of Deep Pink #F81582

Color information

#F81582 (or 0xF81582) is unknown color: approx Deep Pink. HEX triplet: F8, 15 and 82. RGB value is (248,21,130). Sum of RGB (Red+Green+Blue) = 248+21+130=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F81582 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81582 is #07EA7D. Grayscale: #656565. Windows color (decimal): -518782 or 8525304. OLE color: 8525304.

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

Color convert

RGB24821130-
CMYK00.920.480.03
HSL331.19º94.19%52.75%-
HSV(B)331.19º91.53%97.25%-
XYZ43.0122.123.12-
YUV101.3144.21232.64-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.16%
GREEN value IS 21 (8.59% from 255) = 5.26%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=62.16%
G=5.26%
B=32.58%

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
Decimal2482113000.920.480.03331.1994.1952.75
HexF8158205C30314b5e35
Octal37025202013460351313665
Binary11111000101011000001001011100110000111010010111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81582; }

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

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

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

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

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

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

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

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