Shades of Deep Pink #F31687
Tints of Deep Pink #F31687
RGB
CMYK
RGB Variations
Color information
#F31687 (or 0xF31687) is known color: Deep Pink. HEX triplet: F3, 16 and 87. RGB value is (243,22,135). Sum of RGB (Red+Green+Blue) = 243+22+135=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F31687 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31687 is #0CE978. Grayscale: #646464. Windows color (decimal): -846201 or 8853235. OLE color: 8853235.
HSL color Cylindrical-coordinate representation of color #F31687: hue angle of 329.32º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31687 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 135 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.05 |
| HSL | 329.32º | 0.9% | 0.52% | - |
| HSV(B) | 329.32º | 0.91% | 0.95% | - |
| XYZ | 41.62 | 21.38 | 24.85 | - |
| YUV | 100.96 | 147.22 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 135 | 0 | 0.91 | 0.44 | 0.05 | 329.32 | 0.9 | 0.52 |
| Hex | F3 | 16 | 87 | 0 | 5B | 2C | 5 | 149 | 5A | 34 |
| Octal | 363 | 26 | 207 | 0 | 133 | 54 | 5 | 511 | 132 | 64 |
| Binary | 11110011 | 10110 | 10000111 | 0 | 1011011 | 101100 | 101 | 101001001 | 1011010 | 110100 |
Color Harmonies of #F31687
Complementary color
Monochromatic Colors of #F31687
Black with #F31687
Text Example
Text Example
White with #F31687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31687; }
p { color: rgb(243,22,135); }
H1.HeaderClassName
{
color: #F31687;
}
.AnyTagClassName
{
color: #F31687;
}
</style>
background-color css
<style>
a { background-color: #F31687; }
a { background-color: rgb(243,22,135); }
div.DivClassName
{
background-color: #F31687;
}
.BgClassName
{
background-color: #F31687;
}
</style>
border-color css
<style>
span { border-color: #F31687; }
span { border-color: rgb(243,22,135); }
td.TdClassName
{
border-color: #F31687;
}
.TagClassName
{
border-color: #F31687;
}
</style>