#F81F82

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

Shades of Deep Pink #F81F82

Tints of Deep Pink #F81F82

Color information

#F81F82 (or 0xF81F82) is unknown color: approx Deep Pink. HEX triplet: F8, 1F and 82. RGB value is (248,31,130). Sum of RGB (Red+Green+Blue) = 248+31+130=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F82 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81F82 is #07E07D. Grayscale: #6A6A6A. Windows color (decimal): -516222 or 8527864. OLE color: 8527864.

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

Color convert

RGB24831130-
CMYK00.880.480.03
HSL332.63º93.94%54.71%-
HSV(B)332.63º87.5%97.25%-
XYZ43.2322.5523.19-
YUV107.17140.89228.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.64%
GREEN value IS 31 (12.5% from 255) = 7.58%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=60.64%
G=7.58%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2483113000.880.480.03332.6393.9454.71
HexF81F8205830314d5e37
Octal37037202013060351513667
Binary11111000111111000001001011000110000111010011011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81F82; }

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

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

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

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

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

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

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

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