Shades of Deep Pink #F31287
Tints of Deep Pink #F31287
RGB
CMYK
RGB Variations
Color information
#F31287 (or 0xF31287) is known color: Deep Pink. HEX triplet: F3, 12 and 87. RGB value is (243,18,135). Sum of RGB (Red+Green+Blue) = 243+18+135=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 135 (53.12% from 255 or 34.09% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F31287 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31287 is #0CED78. Grayscale: #626262. Windows color (decimal): -847225 or 8852211. OLE color: 8852211.
HSL color Cylindrical-coordinate representation of color #F31287: hue angle of 328.8º 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 #F31287 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 135 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.05 |
| HSL | 328.8º | 0.9% | 0.51% | - |
| HSV(B) | 328.8º | 0.93% | 0.95% | - |
| XYZ | 41.55 | 21.24 | 24.83 | - |
| YUV | 98.61 | 148.54 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 135 | 0 | 0.93 | 0.44 | 0.05 | 328.8 | 0.9 | 0.51 |
| Hex | F3 | 12 | 87 | 0 | 5D | 2C | 5 | 149 | 5A | 33 |
| Octal | 363 | 22 | 207 | 0 | 135 | 54 | 5 | 511 | 132 | 63 |
| Binary | 11110011 | 10010 | 10000111 | 0 | 1011101 | 101100 | 101 | 101001001 | 1011010 | 110011 |
Color Harmonies of #F31287
Complementary color
Monochromatic Colors of #F31287
Black with #F31287
Text Example
Text Example
White with #F31287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31287; }
p { color: rgb(243,18,135); }
H1.HeaderClassName
{
color: #F31287;
}
.AnyTagClassName
{
color: #F31287;
}
</style>
background-color css
<style>
a { background-color: #F31287; }
a { background-color: rgb(243,18,135); }
div.DivClassName
{
background-color: #F31287;
}
.BgClassName
{
background-color: #F31287;
}
</style>
border-color css
<style>
span { border-color: #F31287; }
span { border-color: rgb(243,18,135); }
td.TdClassName
{
border-color: #F31287;
}
.TagClassName
{
border-color: #F31287;
}
</style>