Shades of Deep Pink #F31078
Tints of Deep Pink #F31078
RGB
CMYK
RGB Variations
Color information
#F31078 (or 0xF31078) is known color: Deep Pink. HEX triplet: F3, 10 and 78. RGB value is (243,16,120). Sum of RGB (Red+Green+Blue) = 243+16+120=379 (50% of max value = 765). Red value is 243 (95.31% from 255 or 64.12% from 379); Green value is 16 (6.64% from 255 or 4.22% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 243 - color contains mainly: red. Hex color #F31078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31078 is #0CEF87. Grayscale: #5F5F5F. Windows color (decimal): -847752 or 7868659. OLE color: 7868659.
HSL color Cylindrical-coordinate representation of color #F31078: hue angle of 332.51º 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 #F31078 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 120 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.05 |
| HSL | 332.51º | 0.9% | 0.51% | - |
| HSV(B) | 332.51º | 0.93% | 0.95% | - |
| XYZ | 40.54 | 20.78 | 19.64 | - |
| YUV | 95.73 | 141.71 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 120 | 0 | 0.93 | 0.51 | 0.05 | 332.51 | 0.9 | 0.51 |
| Hex | F3 | 10 | 78 | 0 | 5D | 33 | 5 | 14D | 5A | 33 |
| Octal | 363 | 20 | 170 | 0 | 135 | 63 | 5 | 515 | 132 | 63 |
| Binary | 11110011 | 10000 | 1111000 | 0 | 1011101 | 110011 | 101 | 101001101 | 1011010 | 110011 |
Color Harmonies of #F31078
Complementary color
Monochromatic Colors of #F31078
Black with #F31078
Text Example
Text Example
White with #F31078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31078; }
p { color: rgb(243,16,120); }
H1.HeaderClassName
{
color: #F31078;
}
.AnyTagClassName
{
color: #F31078;
}
</style>
background-color css
<style>
a { background-color: #F31078; }
a { background-color: rgb(243,16,120); }
div.DivClassName
{
background-color: #F31078;
}
.BgClassName
{
background-color: #F31078;
}
</style>
border-color css
<style>
span { border-color: #F31078; }
span { border-color: rgb(243,16,120); }
td.TdClassName
{
border-color: #F31078;
}
.TagClassName
{
border-color: #F31078;
}
</style>