Shades of Deep Pink #F91482
Tints of Deep Pink #F91482
RGB
CMYK
RGB Variations
Color information
#F91482 (or 0xF91482) is known color: Deep Pink. HEX triplet: F9, 14 and 82. RGB value is (249,20,130). Sum of RGB (Red+Green+Blue) = 249+20+130=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F91482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F91482 is #06EB7D. Grayscale: #646464. Windows color (decimal): -453502 or 8525049. OLE color: 8525049.
HSL color Cylindrical-coordinate representation of color #F91482: hue angle of 331.18º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91482 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 130 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.02 |
| HSL | 331.18º | 0.95% | 0.53% | - |
| HSV(B) | 331.18º | 0.92% | 0.98% | - |
| XYZ | 43.35 | 22.25 | 23.13 | - |
| YUV | 101.01 | 144.37 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 130 | 0 | 0.92 | 0.48 | 0.02 | 331.18 | 0.95 | 0.53 |
| Hex | F9 | 14 | 82 | 0 | 5C | 30 | 2 | 14B | 5F | 35 |
| Octal | 371 | 24 | 202 | 0 | 134 | 60 | 2 | 513 | 137 | 65 |
| Binary | 11111001 | 10100 | 10000010 | 0 | 1011100 | 110000 | 10 | 101001011 | 1011111 | 110101 |
Color Harmonies of #F91482
Complementary color
Monochromatic Colors of #F91482
Black with #F91482
Text Example
Text Example
White with #F91482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91482; }
p { color: rgb(249,20,130); }
H1.HeaderClassName
{
color: #F91482;
}
.AnyTagClassName
{
color: #F91482;
}
</style>
background-color css
<style>
a { background-color: #F91482; }
a { background-color: rgb(249,20,130); }
div.DivClassName
{
background-color: #F91482;
}
.BgClassName
{
background-color: #F91482;
}
</style>
border-color css
<style>
span { border-color: #F91482; }
span { border-color: rgb(249,20,130); }
td.TdClassName
{
border-color: #F91482;
}
.TagClassName
{
border-color: #F91482;
}
</style>