Shades of Deep Pink #F31580
Tints of Deep Pink #F31580
RGB
CMYK
RGB Variations
Color information
#F31580 (or 0xF31580) is known color: Deep Pink. HEX triplet: F3, 15 and 80. RGB value is (243,21,128). Sum of RGB (Red+Green+Blue) = 243+21+128=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F31580 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31580 is #0CEA7F. Grayscale: #636363. Windows color (decimal): -846464 or 8394227. OLE color: 8394227.
HSL color Cylindrical-coordinate representation of color #F31580: hue angle of 331.08º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31580 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 128 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.05 |
| HSL | 331.08º | 0.9% | 0.52% | - |
| HSV(B) | 331.08º | 0.91% | 0.95% | - |
| XYZ | 41.13 | 21.15 | 22.34 | - |
| YUV | 99.58 | 144.05 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 128 | 0 | 0.91 | 0.47 | 0.05 | 331.08 | 0.9 | 0.52 |
| Hex | F3 | 15 | 80 | 0 | 5B | 2F | 5 | 14B | 5A | 34 |
| Octal | 363 | 25 | 200 | 0 | 133 | 57 | 5 | 513 | 132 | 64 |
| Binary | 11110011 | 10101 | 10000000 | 0 | 1011011 | 101111 | 101 | 101001011 | 1011010 | 110100 |
Color Harmonies of #F31580
Complementary color
Monochromatic Colors of #F31580
Black with #F31580
Text Example
Text Example
White with #F31580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31580; }
p { color: rgb(243,21,128); }
H1.HeaderClassName
{
color: #F31580;
}
.AnyTagClassName
{
color: #F31580;
}
</style>
background-color css
<style>
a { background-color: #F31580; }
a { background-color: rgb(243,21,128); }
div.DivClassName
{
background-color: #F31580;
}
.BgClassName
{
background-color: #F31580;
}
</style>
border-color css
<style>
span { border-color: #F31580; }
span { border-color: rgb(243,21,128); }
td.TdClassName
{
border-color: #F31580;
}
.TagClassName
{
border-color: #F31580;
}
</style>