Shades of Deep Pink #F31882
Tints of Deep Pink #F31882
RGB
CMYK
RGB Variations
Color information
#F31882 (or 0xF31882) is known color: Deep Pink. HEX triplet: F3, 18 and 82. RGB value is (243,24,130). Sum of RGB (Red+Green+Blue) = 243+24+130=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F31882 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31882 is #0CE77D. Grayscale: #656565. Windows color (decimal): -845694 or 8526067. OLE color: 8526067.
HSL color Cylindrical-coordinate representation of color #F31882: hue angle of 330.96º 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 #F31882 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 130 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.05 |
| HSL | 330.96º | 0.9% | 0.52% | - |
| HSV(B) | 330.96º | 0.9% | 0.95% | - |
| XYZ | 41.32 | 21.32 | 23.06 | - |
| YUV | 101.57 | 144.05 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 130 | 0 | 0.90 | 0.47 | 0.05 | 330.96 | 0.9 | 0.52 |
| Hex | F3 | 18 | 82 | 0 | 5A | 2F | 5 | 14B | 5A | 34 |
| Octal | 363 | 30 | 202 | 0 | 132 | 57 | 5 | 513 | 132 | 64 |
| Binary | 11110011 | 11000 | 10000010 | 0 | 1011010 | 101111 | 101 | 101001011 | 1011010 | 110100 |
Color Harmonies of #F31882
Complementary color
Monochromatic Colors of #F31882
Black with #F31882
Text Example
Text Example
White with #F31882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31882; }
p { color: rgb(243,24,130); }
H1.HeaderClassName
{
color: #F31882;
}
.AnyTagClassName
{
color: #F31882;
}
</style>
background-color css
<style>
a { background-color: #F31882; }
a { background-color: rgb(243,24,130); }
div.DivClassName
{
background-color: #F31882;
}
.BgClassName
{
background-color: #F31882;
}
</style>
border-color css
<style>
span { border-color: #F31882; }
span { border-color: rgb(243,24,130); }
td.TdClassName
{
border-color: #F31882;
}
.TagClassName
{
border-color: #F31882;
}
</style>