Shades of Deep Pink #F31098
Tints of Deep Pink #F31098
RGB
CMYK
RGB Variations
Color information
#F31098 (or 0xF31098) is known color: Deep Pink. HEX triplet: F3, 10 and 98. RGB value is (243,16,152). Sum of RGB (Red+Green+Blue) = 243+16+152=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F31098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31098 is #0CEF67. Grayscale: #636363. Windows color (decimal): -847720 or 9965811. OLE color: 9965811.
HSL color Cylindrical-coordinate representation of color #F31098: hue angle of 324.05º 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 #F31098 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 152 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.05 |
| HSL | 324.05º | 0.9% | 0.51% | - |
| HSV(B) | 324.05º | 0.93% | 0.95% | - |
| XYZ | 42.81 | 21.69 | 31.64 | - |
| YUV | 99.38 | 157.71 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 152 | 0 | 0.93 | 0.37 | 0.05 | 324.05 | 0.9 | 0.51 |
| Hex | F3 | 10 | 98 | 0 | 5D | 25 | 5 | 144 | 5A | 33 |
| Octal | 363 | 20 | 230 | 0 | 135 | 45 | 5 | 504 | 132 | 63 |
| Binary | 11110011 | 10000 | 10011000 | 0 | 1011101 | 100101 | 101 | 101000100 | 1011010 | 110011 |
Color Harmonies of #F31098
Complementary color
Monochromatic Colors of #F31098
Black with #F31098
Text Example
Text Example
White with #F31098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31098; }
p { color: rgb(243,16,152); }
H1.HeaderClassName
{
color: #F31098;
}
.AnyTagClassName
{
color: #F31098;
}
</style>
background-color css
<style>
a { background-color: #F31098; }
a { background-color: rgb(243,16,152); }
div.DivClassName
{
background-color: #F31098;
}
.BgClassName
{
background-color: #F31098;
}
</style>
border-color css
<style>
span { border-color: #F31098; }
span { border-color: rgb(243,16,152); }
td.TdClassName
{
border-color: #F31098;
}
.TagClassName
{
border-color: #F31098;
}
</style>