Shades of Deep Pink #F31778
Tints of Deep Pink #F31778
RGB
CMYK
RGB Variations
Color information
#F31778 (or 0xF31778) is known color: Deep Pink. HEX triplet: F3, 17 and 78. RGB value is (243,23,120). Sum of RGB (Red+Green+Blue) = 243+23+120=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F31778 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31778 is #0CE887. Grayscale: #636363. Windows color (decimal): -845960 or 7870451. OLE color: 7870451.
HSL color Cylindrical-coordinate representation of color #F31778: hue angle of 333.55º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31778 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 120 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.05 |
| HSL | 333.55º | 0.9% | 0.52% | - |
| HSV(B) | 333.55º | 0.91% | 0.95% | - |
| XYZ | 40.66 | 21.02 | 19.68 | - |
| YUV | 99.84 | 139.39 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 120 | 0 | 0.91 | 0.51 | 0.05 | 333.55 | 0.9 | 0.52 |
| Hex | F3 | 17 | 78 | 0 | 5B | 33 | 5 | 14E | 5A | 34 |
| Octal | 363 | 27 | 170 | 0 | 133 | 63 | 5 | 516 | 132 | 64 |
| Binary | 11110011 | 10111 | 1111000 | 0 | 1011011 | 110011 | 101 | 101001110 | 1011010 | 110100 |
Color Harmonies of #F31778
Complementary color
Monochromatic Colors of #F31778
Black with #F31778
Text Example
Text Example
White with #F31778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31778; }
p { color: rgb(243,23,120); }
H1.HeaderClassName
{
color: #F31778;
}
.AnyTagClassName
{
color: #F31778;
}
</style>
background-color css
<style>
a { background-color: #F31778; }
a { background-color: rgb(243,23,120); }
div.DivClassName
{
background-color: #F31778;
}
.BgClassName
{
background-color: #F31778;
}
</style>
border-color css
<style>
span { border-color: #F31778; }
span { border-color: rgb(243,23,120); }
td.TdClassName
{
border-color: #F31778;
}
.TagClassName
{
border-color: #F31778;
}
</style>