Shades of Deep Pink #F31880
Tints of Deep Pink #F31880
RGB
CMYK
RGB Variations
Color information
#F31880 (or 0xF31880) is known color: Deep Pink. HEX triplet: F3, 18 and 80. RGB value is (243,24,128). Sum of RGB (Red+Green+Blue) = 243+24+128=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F31880 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31880 is #0CE77F. Grayscale: #656565. Windows color (decimal): -845696 or 8394995. OLE color: 8394995.
HSL color Cylindrical-coordinate representation of color #F31880: hue angle of 331.51º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31880 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 128 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.05 |
| HSL | 331.51º | 0.9% | 0.52% | - |
| HSV(B) | 331.51º | 0.9% | 0.95% | - |
| XYZ | 41.19 | 21.27 | 22.36 | - |
| YUV | 101.34 | 143.05 | 229.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 128 | 0 | 0.90 | 0.47 | 0.05 | 331.51 | 0.9 | 0.52 |
| Hex | F3 | 18 | 80 | 0 | 5A | 2F | 5 | 14C | 5A | 34 |
| Octal | 363 | 30 | 200 | 0 | 132 | 57 | 5 | 514 | 132 | 64 |
| Binary | 11110011 | 11000 | 10000000 | 0 | 1011010 | 101111 | 101 | 101001100 | 1011010 | 110100 |
Color Harmonies of #F31880
Complementary color
Monochromatic Colors of #F31880
Black with #F31880
Text Example
Text Example
White with #F31880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31880; }
p { color: rgb(243,24,128); }
H1.HeaderClassName
{
color: #F31880;
}
.AnyTagClassName
{
color: #F31880;
}
</style>
background-color css
<style>
a { background-color: #F31880; }
a { background-color: rgb(243,24,128); }
div.DivClassName
{
background-color: #F31880;
}
.BgClassName
{
background-color: #F31880;
}
</style>
border-color css
<style>
span { border-color: #F31880; }
span { border-color: rgb(243,24,128); }
td.TdClassName
{
border-color: #F31880;
}
.TagClassName
{
border-color: #F31880;
}
</style>