Shades of Deep Pink #F31099
Tints of Deep Pink #F31099
RGB
CMYK
RGB Variations
Color information
#F31099 (or 0xF31099) is known color: Deep Pink. HEX triplet: F3, 10 and 99. RGB value is (243,16,153). Sum of RGB (Red+Green+Blue) = 243+16+153=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F31099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31099 is #0CEF66. Grayscale: #636363. Windows color (decimal): -847719 or 10031347. OLE color: 10031347.
HSL color Cylindrical-coordinate representation of color #F31099: hue angle of 323.79º 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 #F31099 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 153 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.05 |
| HSL | 323.79º | 0.9% | 0.51% | - |
| HSV(B) | 323.79º | 0.93% | 0.95% | - |
| XYZ | 42.9 | 21.73 | 32.07 | - |
| YUV | 99.49 | 158.21 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 153 | 0 | 0.93 | 0.37 | 0.05 | 323.79 | 0.9 | 0.51 |
| Hex | F3 | 10 | 99 | 0 | 5D | 25 | 5 | 144 | 5A | 33 |
| Octal | 363 | 20 | 231 | 0 | 135 | 45 | 5 | 504 | 132 | 63 |
| Binary | 11110011 | 10000 | 10011001 | 0 | 1011101 | 100101 | 101 | 101000100 | 1011010 | 110011 |
Color Harmonies of #F31099
Complementary color
Monochromatic Colors of #F31099
Black with #F31099
Text Example
Text Example
White with #F31099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31099; }
p { color: rgb(243,16,153); }
H1.HeaderClassName
{
color: #F31099;
}
.AnyTagClassName
{
color: #F31099;
}
</style>
background-color css
<style>
a { background-color: #F31099; }
a { background-color: rgb(243,16,153); }
div.DivClassName
{
background-color: #F31099;
}
.BgClassName
{
background-color: #F31099;
}
</style>
border-color css
<style>
span { border-color: #F31099; }
span { border-color: rgb(243,16,153); }
td.TdClassName
{
border-color: #F31099;
}
.TagClassName
{
border-color: #F31099;
}
</style>