Shades of Deep Pink #F31797
Tints of Deep Pink #F31797
RGB
CMYK
RGB Variations
Color information
#F31797 (or 0xF31797) is known color: Deep Pink. HEX triplet: F3, 17 and 97. RGB value is (243,23,151). Sum of RGB (Red+Green+Blue) = 243+23+151=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F31797 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31797 is #0CE868. Grayscale: #676767. Windows color (decimal): -845929 or 9902067. OLE color: 9902067.
HSL color Cylindrical-coordinate representation of color #F31797: hue angle of 325.09º 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 #F31797 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 151 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.05 |
| HSL | 325.09º | 0.9% | 0.52% | - |
| HSV(B) | 325.09º | 0.91% | 0.95% | - |
| XYZ | 42.85 | 21.9 | 31.25 | - |
| YUV | 103.37 | 154.89 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 151 | 0 | 0.91 | 0.38 | 0.05 | 325.09 | 0.9 | 0.52 |
| Hex | F3 | 17 | 97 | 0 | 5B | 26 | 5 | 145 | 5A | 34 |
| Octal | 363 | 27 | 227 | 0 | 133 | 46 | 5 | 505 | 132 | 64 |
| Binary | 11110011 | 10111 | 10010111 | 0 | 1011011 | 100110 | 101 | 101000101 | 1011010 | 110100 |
Color Harmonies of #F31797
Complementary color
Monochromatic Colors of #F31797
Black with #F31797
Text Example
Text Example
White with #F31797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31797; }
p { color: rgb(243,23,151); }
H1.HeaderClassName
{
color: #F31797;
}
.AnyTagClassName
{
color: #F31797;
}
</style>
background-color css
<style>
a { background-color: #F31797; }
a { background-color: rgb(243,23,151); }
div.DivClassName
{
background-color: #F31797;
}
.BgClassName
{
background-color: #F31797;
}
</style>
border-color css
<style>
span { border-color: #F31797; }
span { border-color: rgb(243,23,151); }
td.TdClassName
{
border-color: #F31797;
}
.TagClassName
{
border-color: #F31797;
}
</style>