Shades of Deep Pink #F31780
Tints of Deep Pink #F31780
RGB
CMYK
RGB Variations
Color information
#F31780 (or 0xF31780) is known color: Deep Pink. HEX triplet: F3, 17 and 80. RGB value is (243,23,128). Sum of RGB (Red+Green+Blue) = 243+23+128=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F31780 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31780 is #0CE87F. Grayscale: #646464. Windows color (decimal): -845952 or 8394739. OLE color: 8394739.
HSL color Cylindrical-coordinate representation of color #F31780: hue angle of 331.36º 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 #F31780 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 128 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.05 |
| HSL | 331.36º | 0.9% | 0.52% | - |
| HSV(B) | 331.36º | 0.91% | 0.95% | - |
| XYZ | 41.16 | 21.23 | 22.35 | - |
| YUV | 100.75 | 143.39 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 128 | 0 | 0.91 | 0.47 | 0.05 | 331.36 | 0.9 | 0.52 |
| Hex | F3 | 17 | 80 | 0 | 5B | 2F | 5 | 14B | 5A | 34 |
| Octal | 363 | 27 | 200 | 0 | 133 | 57 | 5 | 513 | 132 | 64 |
| Binary | 11110011 | 10111 | 10000000 | 0 | 1011011 | 101111 | 101 | 101001011 | 1011010 | 110100 |
Color Harmonies of #F31780
Complementary color
Monochromatic Colors of #F31780
Black with #F31780
Text Example
Text Example
White with #F31780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31780; }
p { color: rgb(243,23,128); }
H1.HeaderClassName
{
color: #F31780;
}
.AnyTagClassName
{
color: #F31780;
}
</style>
background-color css
<style>
a { background-color: #F31780; }
a { background-color: rgb(243,23,128); }
div.DivClassName
{
background-color: #F31780;
}
.BgClassName
{
background-color: #F31780;
}
</style>
border-color css
<style>
span { border-color: #F31780; }
span { border-color: rgb(243,23,128); }
td.TdClassName
{
border-color: #F31780;
}
.TagClassName
{
border-color: #F31780;
}
</style>