Shades of Deep Pink #F31C83
Tints of Deep Pink #F31C83
RGB
CMYK
RGB Variations
Color information
#F31C83 (or 0xF31C83) is known color: Deep Pink. HEX triplet: F3, 1C and 83. RGB value is (243,28,131). Sum of RGB (Red+Green+Blue) = 243+28+131=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31C83 is #0CE37C. Grayscale: #676767. Windows color (decimal): -844669 or 8592627. OLE color: 8592627.
HSL color Cylindrical-coordinate representation of color #F31C83: hue angle of 331.26º 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 #F31C83 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 131 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.05 |
| HSL | 331.26º | 0.9% | 0.53% | - |
| HSV(B) | 331.26º | 0.88% | 0.95% | - |
| XYZ | 41.47 | 21.52 | 23.44 | - |
| YUV | 104.03 | 143.23 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 131 | 0 | 0.88 | 0.46 | 0.05 | 331.26 | 0.9 | 0.53 |
| Hex | F3 | 1C | 83 | 0 | 58 | 2E | 5 | 14B | 5A | 35 |
| Octal | 363 | 34 | 203 | 0 | 130 | 56 | 5 | 513 | 132 | 65 |
| Binary | 11110011 | 11100 | 10000011 | 0 | 1011000 | 101110 | 101 | 101001011 | 1011010 | 110101 |
Color Harmonies of #F31C83
Complementary color
Monochromatic Colors of #F31C83
Black with #F31C83
Text Example
Text Example
White with #F31C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C83; }
p { color: rgb(243,28,131); }
H1.HeaderClassName
{
color: #F31C83;
}
.AnyTagClassName
{
color: #F31C83;
}
</style>
background-color css
<style>
a { background-color: #F31C83; }
a { background-color: rgb(243,28,131); }
div.DivClassName
{
background-color: #F31C83;
}
.BgClassName
{
background-color: #F31C83;
}
</style>
border-color css
<style>
span { border-color: #F31C83; }
span { border-color: rgb(243,28,131); }
td.TdClassName
{
border-color: #F31C83;
}
.TagClassName
{
border-color: #F31C83;
}
</style>