Shades of Deep Pink #F31A83
Tints of Deep Pink #F31A83
RGB
CMYK
RGB Variations
Color information
#F31A83 (or 0xF31A83) is known color: Deep Pink. HEX triplet: F3, 1A and 83. RGB value is (243,26,131). Sum of RGB (Red+Green+Blue) = 243+26+131=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A83 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31A83 is #0CE57C. Grayscale: #666666. Windows color (decimal): -845181 or 8592115. OLE color: 8592115.
HSL color Cylindrical-coordinate representation of color #F31A83: hue angle of 330.97º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31A83 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 131 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.05 |
| HSL | 330.97º | 0.9% | 0.53% | - |
| HSV(B) | 330.97º | 0.89% | 0.95% | - |
| XYZ | 41.43 | 21.43 | 23.43 | - |
| YUV | 102.85 | 143.89 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 131 | 0 | 0.89 | 0.46 | 0.05 | 330.97 | 0.9 | 0.53 |
| Hex | F3 | 1A | 83 | 0 | 59 | 2E | 5 | 14B | 5A | 35 |
| Octal | 363 | 32 | 203 | 0 | 131 | 56 | 5 | 513 | 132 | 65 |
| Binary | 11110011 | 11010 | 10000011 | 0 | 1011001 | 101110 | 101 | 101001011 | 1011010 | 110101 |
Color Harmonies of #F31A83
Complementary color
Monochromatic Colors of #F31A83
Black with #F31A83
Text Example
Text Example
White with #F31A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A83; }
p { color: rgb(243,26,131); }
H1.HeaderClassName
{
color: #F31A83;
}
.AnyTagClassName
{
color: #F31A83;
}
</style>
background-color css
<style>
a { background-color: #F31A83; }
a { background-color: rgb(243,26,131); }
div.DivClassName
{
background-color: #F31A83;
}
.BgClassName
{
background-color: #F31A83;
}
</style>
border-color css
<style>
span { border-color: #F31A83; }
span { border-color: rgb(243,26,131); }
td.TdClassName
{
border-color: #F31A83;
}
.TagClassName
{
border-color: #F31A83;
}
</style>