Shades of Deep Pink #F31C96
Tints of Deep Pink #F31C96
RGB
CMYK
RGB Variations
Color information
#F31C96 (or 0xF31C96) is known color: Deep Pink. HEX triplet: F3, 1C and 96. RGB value is (243,28,150). Sum of RGB (Red+Green+Blue) = 243+28+150=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31C96 is #0CE369. Grayscale: #696969. Windows color (decimal): -844650 or 9837811. OLE color: 9837811.
HSL color Cylindrical-coordinate representation of color #F31C96: hue angle of 325.95º 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 #F31C96 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 150 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.05 |
| HSL | 325.95º | 0.9% | 0.53% | - |
| HSV(B) | 325.95º | 0.88% | 0.95% | - |
| XYZ | 42.88 | 22.09 | 30.86 | - |
| YUV | 106.19 | 152.73 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 150 | 0 | 0.88 | 0.38 | 0.05 | 325.95 | 0.9 | 0.53 |
| Hex | F3 | 1C | 96 | 0 | 58 | 26 | 5 | 146 | 5A | 35 |
| Octal | 363 | 34 | 226 | 0 | 130 | 46 | 5 | 506 | 132 | 65 |
| Binary | 11110011 | 11100 | 10010110 | 0 | 1011000 | 100110 | 101 | 101000110 | 1011010 | 110101 |
Color Harmonies of #F31C96
Complementary color
Monochromatic Colors of #F31C96
Black with #F31C96
Text Example
Text Example
White with #F31C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C96; }
p { color: rgb(243,28,150); }
H1.HeaderClassName
{
color: #F31C96;
}
.AnyTagClassName
{
color: #F31C96;
}
</style>
background-color css
<style>
a { background-color: #F31C96; }
a { background-color: rgb(243,28,150); }
div.DivClassName
{
background-color: #F31C96;
}
.BgClassName
{
background-color: #F31C96;
}
</style>
border-color css
<style>
span { border-color: #F31C96; }
span { border-color: rgb(243,28,150); }
td.TdClassName
{
border-color: #F31C96;
}
.TagClassName
{
border-color: #F31C96;
}
</style>