Shades of Deep Pink #F31995
Tints of Deep Pink #F31995
RGB
CMYK
RGB Variations
Color information
#F31995 (or 0xF31995) is known color: Deep Pink. HEX triplet: F3, 19 and 95. RGB value is (243,25,149). Sum of RGB (Red+Green+Blue) = 243+25+149=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F31995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31995 is #0CE66A. Grayscale: #686868. Windows color (decimal): -845419 or 9771507. OLE color: 9771507.
HSL color Cylindrical-coordinate representation of color #F31995: hue angle of 325.87º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31995 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 149 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.05 |
| HSL | 325.87º | 0.9% | 0.53% | - |
| HSV(B) | 325.87º | 0.9% | 0.95% | - |
| XYZ | 42.73 | 21.92 | 30.41 | - |
| YUV | 104.32 | 153.22 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 149 | 0 | 0.90 | 0.39 | 0.05 | 325.87 | 0.9 | 0.53 |
| Hex | F3 | 19 | 95 | 0 | 5A | 27 | 5 | 146 | 5A | 35 |
| Octal | 363 | 31 | 225 | 0 | 132 | 47 | 5 | 506 | 132 | 65 |
| Binary | 11110011 | 11001 | 10010101 | 0 | 1011010 | 100111 | 101 | 101000110 | 1011010 | 110101 |
Color Harmonies of #F31995
Complementary color
Monochromatic Colors of #F31995
Black with #F31995
Text Example
Text Example
White with #F31995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31995; }
p { color: rgb(243,25,149); }
H1.HeaderClassName
{
color: #F31995;
}
.AnyTagClassName
{
color: #F31995;
}
</style>
background-color css
<style>
a { background-color: #F31995; }
a { background-color: rgb(243,25,149); }
div.DivClassName
{
background-color: #F31995;
}
.BgClassName
{
background-color: #F31995;
}
</style>
border-color css
<style>
span { border-color: #F31995; }
span { border-color: rgb(243,25,149); }
td.TdClassName
{
border-color: #F31995;
}
.TagClassName
{
border-color: #F31995;
}
</style>