Shades of Deep Pink #F31C92
Tints of Deep Pink #F31C92
RGB
CMYK
RGB Variations
Color information
#F31C92 (or 0xF31C92) is known color: Deep Pink. HEX triplet: F3, 1C and 92. RGB value is (243,28,146). Sum of RGB (Red+Green+Blue) = 243+28+146=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31C92 is #0CE36D. Grayscale: #696969. Windows color (decimal): -844654 or 9575667. OLE color: 9575667.
HSL color Cylindrical-coordinate representation of color #F31C92: hue angle of 327.07º 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 #F31C92 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 146 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.05 |
| HSL | 327.07º | 0.9% | 0.53% | - |
| HSV(B) | 327.07º | 0.88% | 0.95% | - |
| XYZ | 42.57 | 21.96 | 29.19 | - |
| YUV | 105.74 | 150.73 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 146 | 0 | 0.88 | 0.40 | 0.05 | 327.07 | 0.9 | 0.53 |
| Hex | F3 | 1C | 92 | 0 | 58 | 28 | 5 | 147 | 5A | 35 |
| Octal | 363 | 34 | 222 | 0 | 130 | 50 | 5 | 507 | 132 | 65 |
| Binary | 11110011 | 11100 | 10010010 | 0 | 1011000 | 101000 | 101 | 101000111 | 1011010 | 110101 |
Color Harmonies of #F31C92
Complementary color
Monochromatic Colors of #F31C92
Black with #F31C92
Text Example
Text Example
White with #F31C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C92; }
p { color: rgb(243,28,146); }
H1.HeaderClassName
{
color: #F31C92;
}
.AnyTagClassName
{
color: #F31C92;
}
</style>
background-color css
<style>
a { background-color: #F31C92; }
a { background-color: rgb(243,28,146); }
div.DivClassName
{
background-color: #F31C92;
}
.BgClassName
{
background-color: #F31C92;
}
</style>
border-color css
<style>
span { border-color: #F31C92; }
span { border-color: rgb(243,28,146); }
td.TdClassName
{
border-color: #F31C92;
}
.TagClassName
{
border-color: #F31C92;
}
</style>