Shades of Deep Pink #F31195
Tints of Deep Pink #F31195
RGB
CMYK
RGB Variations
Color information
#F31195 (or 0xF31195) is known color: Deep Pink. HEX triplet: F3, 11 and 95. RGB value is (243,17,149). Sum of RGB (Red+Green+Blue) = 243+17+149=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F31195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31195 is #0CEE6A. Grayscale: #636363. Windows color (decimal): -847467 or 9769459. OLE color: 9769459.
HSL color Cylindrical-coordinate representation of color #F31195: hue angle of 324.96º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31195 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 149 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.05 |
| HSL | 324.96º | 0.9% | 0.51% | - |
| HSV(B) | 324.96º | 0.93% | 0.95% | - |
| XYZ | 42.59 | 21.63 | 30.36 | - |
| YUV | 99.62 | 155.87 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 149 | 0 | 0.93 | 0.39 | 0.05 | 324.96 | 0.9 | 0.51 |
| Hex | F3 | 11 | 95 | 0 | 5D | 27 | 5 | 145 | 5A | 33 |
| Octal | 363 | 21 | 225 | 0 | 135 | 47 | 5 | 505 | 132 | 63 |
| Binary | 11110011 | 10001 | 10010101 | 0 | 1011101 | 100111 | 101 | 101000101 | 1011010 | 110011 |
Color Harmonies of #F31195
Complementary color
Monochromatic Colors of #F31195
Black with #F31195
Text Example
Text Example
White with #F31195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31195; }
p { color: rgb(243,17,149); }
H1.HeaderClassName
{
color: #F31195;
}
.AnyTagClassName
{
color: #F31195;
}
</style>
background-color css
<style>
a { background-color: #F31195; }
a { background-color: rgb(243,17,149); }
div.DivClassName
{
background-color: #F31195;
}
.BgClassName
{
background-color: #F31195;
}
</style>
border-color css
<style>
span { border-color: #F31195; }
span { border-color: rgb(243,17,149); }
td.TdClassName
{
border-color: #F31195;
}
.TagClassName
{
border-color: #F31195;
}
</style>