Shades of Deep Pink #F31198
Tints of Deep Pink #F31198
RGB
CMYK
RGB Variations
Color information
#F31198 (or 0xF31198) is known color: Deep Pink. HEX triplet: F3, 11 and 98. RGB value is (243,17,152). Sum of RGB (Red+Green+Blue) = 243+17+152=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F31198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31198 is #0CEE67. Grayscale: #636363. Windows color (decimal): -847464 or 9966067. OLE color: 9966067.
HSL color Cylindrical-coordinate representation of color #F31198: hue angle of 324.16º 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 #F31198 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 152 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.05 |
| HSL | 324.16º | 0.9% | 0.51% | - |
| HSV(B) | 324.16º | 0.93% | 0.95% | - |
| XYZ | 42.83 | 21.72 | 31.64 | - |
| YUV | 99.96 | 157.37 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 152 | 0 | 0.93 | 0.37 | 0.05 | 324.16 | 0.9 | 0.51 |
| Hex | F3 | 11 | 98 | 0 | 5D | 25 | 5 | 144 | 5A | 33 |
| Octal | 363 | 21 | 230 | 0 | 135 | 45 | 5 | 504 | 132 | 63 |
| Binary | 11110011 | 10001 | 10011000 | 0 | 1011101 | 100101 | 101 | 101000100 | 1011010 | 110011 |
Color Harmonies of #F31198
Complementary color
Monochromatic Colors of #F31198
Black with #F31198
Text Example
Text Example
White with #F31198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31198; }
p { color: rgb(243,17,152); }
H1.HeaderClassName
{
color: #F31198;
}
.AnyTagClassName
{
color: #F31198;
}
</style>
background-color css
<style>
a { background-color: #F31198; }
a { background-color: rgb(243,17,152); }
div.DivClassName
{
background-color: #F31198;
}
.BgClassName
{
background-color: #F31198;
}
</style>
border-color css
<style>
span { border-color: #F31198; }
span { border-color: rgb(243,17,152); }
td.TdClassName
{
border-color: #F31198;
}
.TagClassName
{
border-color: #F31198;
}
</style>