Shades of Deep Pink #F31C8E
Tints of Deep Pink #F31C8E
RGB
CMYK
RGB Variations
Color information
#F31C8E (or 0xF31C8E) is known color: Deep Pink. HEX triplet: F3, 1C and 8E. RGB value is (243,28,142). Sum of RGB (Red+Green+Blue) = 243+28+142=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31C8E is #0CE371. Grayscale: #696969. Windows color (decimal): -844658 or 9313523. OLE color: 9313523.
HSL color Cylindrical-coordinate representation of color #F31C8E: hue angle of 328.19º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F31C8E is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 142 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.05 |
| HSL | 328.19º | 0.9% | 0.53% | - |
| HSV(B) | 328.19º | 0.88% | 0.95% | - |
| XYZ | 42.26 | 21.84 | 27.58 | - |
| YUV | 105.28 | 148.73 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 142 | 0 | 0.88 | 0.42 | 0.05 | 328.19 | 0.9 | 0.53 |
| Hex | F3 | 1C | 8E | 0 | 58 | 2A | 5 | 148 | 5A | 35 |
| Octal | 363 | 34 | 216 | 0 | 130 | 52 | 5 | 510 | 132 | 65 |
| Binary | 11110011 | 11100 | 10001110 | 0 | 1011000 | 101010 | 101 | 101001000 | 1011010 | 110101 |
Color Harmonies of #F31C8E
Complementary color
Monochromatic Colors of #F31C8E
Black with #F31C8E
Text Example
Text Example
White with #F31C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C8E; }
p { color: rgb(243,28,142); }
H1.HeaderClassName
{
color: #F31C8E;
}
.AnyTagClassName
{
color: #F31C8E;
}
</style>
background-color css
<style>
a { background-color: #F31C8E; }
a { background-color: rgb(243,28,142); }
div.DivClassName
{
background-color: #F31C8E;
}
.BgClassName
{
background-color: #F31C8E;
}
</style>
border-color css
<style>
span { border-color: #F31C8E; }
span { border-color: rgb(243,28,142); }
td.TdClassName
{
border-color: #F31C8E;
}
.TagClassName
{
border-color: #F31C8E;
}
</style>