Shades of Deep Pink #F31282
Tints of Deep Pink #F31282
RGB
CMYK
RGB Variations
Color information
#F31282 (or 0xF31282) is known color: Deep Pink. HEX triplet: F3, 12 and 82. RGB value is (243,18,130). Sum of RGB (Red+Green+Blue) = 243+18+130=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F31282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31282 is #0CED7D. Grayscale: #616161. Windows color (decimal): -847230 or 8524531. OLE color: 8524531.
HSL color Cylindrical-coordinate representation of color #F31282: hue angle of 330.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31282 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 130 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.05 |
| HSL | 330.13º | 0.9% | 0.51% | - |
| HSV(B) | 330.13º | 0.93% | 0.95% | - |
| XYZ | 41.21 | 21.1 | 23.02 | - |
| YUV | 98.04 | 146.04 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 130 | 0 | 0.93 | 0.47 | 0.05 | 330.13 | 0.9 | 0.51 |
| Hex | F3 | 12 | 82 | 0 | 5D | 2F | 5 | 14A | 5A | 33 |
| Octal | 363 | 22 | 202 | 0 | 135 | 57 | 5 | 512 | 132 | 63 |
| Binary | 11110011 | 10010 | 10000010 | 0 | 1011101 | 101111 | 101 | 101001010 | 1011010 | 110011 |
Color Harmonies of #F31282
Complementary color
Monochromatic Colors of #F31282
Black with #F31282
Text Example
Text Example
White with #F31282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31282; }
p { color: rgb(243,18,130); }
H1.HeaderClassName
{
color: #F31282;
}
.AnyTagClassName
{
color: #F31282;
}
</style>
background-color css
<style>
a { background-color: #F31282; }
a { background-color: rgb(243,18,130); }
div.DivClassName
{
background-color: #F31282;
}
.BgClassName
{
background-color: #F31282;
}
</style>
border-color css
<style>
span { border-color: #F31282; }
span { border-color: rgb(243,18,130); }
td.TdClassName
{
border-color: #F31282;
}
.TagClassName
{
border-color: #F31282;
}
</style>