Shades of Deep Pink #F31387
Tints of Deep Pink #F31387
RGB
CMYK
RGB Variations
Color information
#F31387 (or 0xF31387) is known color: Deep Pink. HEX triplet: F3, 13 and 87. RGB value is (243,19,135). Sum of RGB (Red+Green+Blue) = 243+19+135=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F31387 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31387 is #0CEC78. Grayscale: #626262. Windows color (decimal): -846969 or 8852467. OLE color: 8852467.
HSL color Cylindrical-coordinate representation of color #F31387: hue angle of 328.93º 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 #F31387 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 135 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.05 |
| HSL | 328.93º | 0.9% | 0.51% | - |
| HSV(B) | 328.93º | 0.92% | 0.95% | - |
| XYZ | 41.57 | 21.27 | 24.84 | - |
| YUV | 99.2 | 148.21 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 135 | 0 | 0.92 | 0.44 | 0.05 | 328.93 | 0.9 | 0.51 |
| Hex | F3 | 13 | 87 | 0 | 5C | 2C | 5 | 149 | 5A | 33 |
| Octal | 363 | 23 | 207 | 0 | 134 | 54 | 5 | 511 | 132 | 63 |
| Binary | 11110011 | 10011 | 10000111 | 0 | 1011100 | 101100 | 101 | 101001001 | 1011010 | 110011 |
Color Harmonies of #F31387
Complementary color
Monochromatic Colors of #F31387
Black with #F31387
Text Example
Text Example
White with #F31387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31387; }
p { color: rgb(243,19,135); }
H1.HeaderClassName
{
color: #F31387;
}
.AnyTagClassName
{
color: #F31387;
}
</style>
background-color css
<style>
a { background-color: #F31387; }
a { background-color: rgb(243,19,135); }
div.DivClassName
{
background-color: #F31387;
}
.BgClassName
{
background-color: #F31387;
}
</style>
border-color css
<style>
span { border-color: #F31387; }
span { border-color: rgb(243,19,135); }
td.TdClassName
{
border-color: #F31387;
}
.TagClassName
{
border-color: #F31387;
}
</style>