Shades of Deep Pink #F31792
Tints of Deep Pink #F31792
RGB
CMYK
RGB Variations
Color information
#F31792 (or 0xF31792) is known color: Deep Pink. HEX triplet: F3, 17 and 92. RGB value is (243,23,146). Sum of RGB (Red+Green+Blue) = 243+23+146=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F31792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31792 is #0CE86D. Grayscale: #666666. Windows color (decimal): -845934 or 9574387. OLE color: 9574387.
HSL color Cylindrical-coordinate representation of color #F31792: hue angle of 326.45º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31792 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 146 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.05 |
| HSL | 326.45º | 0.9% | 0.52% | - |
| HSV(B) | 326.45º | 0.91% | 0.95% | - |
| XYZ | 42.46 | 21.74 | 29.15 | - |
| YUV | 102.8 | 152.39 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 146 | 0 | 0.91 | 0.40 | 0.05 | 326.45 | 0.9 | 0.52 |
| Hex | F3 | 17 | 92 | 0 | 5B | 28 | 5 | 146 | 5A | 34 |
| Octal | 363 | 27 | 222 | 0 | 133 | 50 | 5 | 506 | 132 | 64 |
| Binary | 11110011 | 10111 | 10010010 | 0 | 1011011 | 101000 | 101 | 101000110 | 1011010 | 110100 |
Color Harmonies of #F31792
Complementary color
Monochromatic Colors of #F31792
Black with #F31792
Text Example
Text Example
White with #F31792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31792; }
p { color: rgb(243,23,146); }
H1.HeaderClassName
{
color: #F31792;
}
.AnyTagClassName
{
color: #F31792;
}
</style>
background-color css
<style>
a { background-color: #F31792; }
a { background-color: rgb(243,23,146); }
div.DivClassName
{
background-color: #F31792;
}
.BgClassName
{
background-color: #F31792;
}
</style>
border-color css
<style>
span { border-color: #F31792; }
span { border-color: rgb(243,23,146); }
td.TdClassName
{
border-color: #F31792;
}
.TagClassName
{
border-color: #F31792;
}
</style>