Shades of Deep Pink #F31898
Tints of Deep Pink #F31898
RGB
CMYK
RGB Variations
Color information
#F31898 (or 0xF31898) is known color: Deep Pink. HEX triplet: F3, 18 and 98. RGB value is (243,24,152). Sum of RGB (Red+Green+Blue) = 243+24+152=419 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.00% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 243 - color contains mainly: red. Hex color #F31898 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31898 is #0CE767. Grayscale: #676767. Windows color (decimal): -845672 or 9967859. OLE color: 9967859.
HSL color Cylindrical-coordinate representation of color #F31898: hue angle of 324.93º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31898 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 152 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.05 |
| HSL | 324.93º | 0.9% | 0.52% | - |
| HSV(B) | 324.93º | 0.9% | 0.95% | - |
| XYZ | 42.96 | 21.97 | 31.68 | - |
| YUV | 104.07 | 155.05 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 152 | 0 | 0.90 | 0.37 | 0.05 | 324.93 | 0.9 | 0.52 |
| Hex | F3 | 18 | 98 | 0 | 5A | 25 | 5 | 145 | 5A | 34 |
| Octal | 363 | 30 | 230 | 0 | 132 | 45 | 5 | 505 | 132 | 64 |
| Binary | 11110011 | 11000 | 10011000 | 0 | 1011010 | 100101 | 101 | 101000101 | 1011010 | 110100 |
Color Harmonies of #F31898
Complementary color
Monochromatic Colors of #F31898
Black with #F31898
Text Example
Text Example
White with #F31898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31898; }
p { color: rgb(243,24,152); }
H1.HeaderClassName
{
color: #F31898;
}
.AnyTagClassName
{
color: #F31898;
}
</style>
background-color css
<style>
a { background-color: #F31898; }
a { background-color: rgb(243,24,152); }
div.DivClassName
{
background-color: #F31898;
}
.BgClassName
{
background-color: #F31898;
}
</style>
border-color css
<style>
span { border-color: #F31898; }
span { border-color: rgb(243,24,152); }
td.TdClassName
{
border-color: #F31898;
}
.TagClassName
{
border-color: #F31898;
}
</style>