Shades of Deep Pink #F31384
Tints of Deep Pink #F31384
RGB
CMYK
RGB Variations
Color information
#F31384 (or 0xF31384) is known color: Deep Pink. HEX triplet: F3, 13 and 84. RGB value is (243,19,132). Sum of RGB (Red+Green+Blue) = 243+19+132=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 19 (7.81% from 255 or 4.82% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F31384 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31384 is #0CEC7B. Grayscale: #626262. Windows color (decimal): -846972 or 8655859. OLE color: 8655859.
HSL color Cylindrical-coordinate representation of color #F31384: hue angle of 329.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31384 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 132 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.05 |
| HSL | 329.73º | 0.9% | 0.51% | - |
| HSV(B) | 329.73º | 0.92% | 0.95% | - |
| XYZ | 41.36 | 21.19 | 23.74 | - |
| YUV | 98.86 | 146.71 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 132 | 0 | 0.92 | 0.46 | 0.05 | 329.73 | 0.9 | 0.51 |
| Hex | F3 | 13 | 84 | 0 | 5C | 2E | 5 | 14A | 5A | 33 |
| Octal | 363 | 23 | 204 | 0 | 134 | 56 | 5 | 512 | 132 | 63 |
| Binary | 11110011 | 10011 | 10000100 | 0 | 1011100 | 101110 | 101 | 101001010 | 1011010 | 110011 |
Color Harmonies of #F31384
Complementary color
Monochromatic Colors of #F31384
Black with #F31384
Text Example
Text Example
White with #F31384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31384; }
p { color: rgb(243,19,132); }
H1.HeaderClassName
{
color: #F31384;
}
.AnyTagClassName
{
color: #F31384;
}
</style>
background-color css
<style>
a { background-color: #F31384; }
a { background-color: rgb(243,19,132); }
div.DivClassName
{
background-color: #F31384;
}
.BgClassName
{
background-color: #F31384;
}
</style>
border-color css
<style>
span { border-color: #F31384; }
span { border-color: rgb(243,19,132); }
td.TdClassName
{
border-color: #F31384;
}
.TagClassName
{
border-color: #F31384;
}
</style>