Shades of Deep Pink #F81492
Tints of Deep Pink #F81492
RGB
CMYK
RGB Variations
Color information
#F81492 (or 0xF81492) is known color: Deep Pink. HEX triplet: F8, 14 and 92. RGB value is (248,20,146). Sum of RGB (Red+Green+Blue) = 248+20+146=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F81492 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81492 is #07EB6D. Grayscale: #666666. Windows color (decimal): -519022 or 9573624. OLE color: 9573624.
HSL color Cylindrical-coordinate representation of color #F81492: hue angle of 326.84º 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 #F81492 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 146 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.03 |
| HSL | 326.84º | 0.94% | 0.53% | - |
| HSV(B) | 326.84º | 0.92% | 0.97% | - |
| XYZ | 44.15 | 22.53 | 29.22 | - |
| YUV | 102.54 | 152.54 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 146 | 0 | 0.92 | 0.41 | 0.03 | 326.84 | 0.94 | 0.53 |
| Hex | F8 | 14 | 92 | 0 | 5C | 29 | 3 | 147 | 5E | 35 |
| Octal | 370 | 24 | 222 | 0 | 134 | 51 | 3 | 507 | 136 | 65 |
| Binary | 11111000 | 10100 | 10010010 | 0 | 1011100 | 101001 | 11 | 101000111 | 1011110 | 110101 |
Color Harmonies of #F81492
Complementary color
Monochromatic Colors of #F81492
Black with #F81492
Text Example
Text Example
White with #F81492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81492; }
p { color: rgb(248,20,146); }
H1.HeaderClassName
{
color: #F81492;
}
.AnyTagClassName
{
color: #F81492;
}
</style>
background-color css
<style>
a { background-color: #F81492; }
a { background-color: rgb(248,20,146); }
div.DivClassName
{
background-color: #F81492;
}
.BgClassName
{
background-color: #F81492;
}
</style>
border-color css
<style>
span { border-color: #F81492; }
span { border-color: rgb(248,20,146); }
td.TdClassName
{
border-color: #F81492;
}
.TagClassName
{
border-color: #F81492;
}
</style>