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