Shades of Deep Pink #F31A8D
Tints of Deep Pink #F31A8D
RGB
CMYK
RGB Variations
Color information
#F31A8D (or 0xF31A8D) is known color: Deep Pink. HEX triplet: F3, 1A and 8D. RGB value is (243,26,141). Sum of RGB (Red+Green+Blue) = 243+26+141=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31A8D is #0CE572. Grayscale: #676767. Windows color (decimal): -845171 or 9247475. OLE color: 9247475.
HSL color Cylindrical-coordinate representation of color #F31A8D: hue angle of 328.2º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31A8D is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 141 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.05 |
| HSL | 328.2º | 0.9% | 0.53% | - |
| HSV(B) | 328.2º | 0.89% | 0.95% | - |
| XYZ | 42.14 | 21.72 | 27.17 | - |
| YUV | 103.99 | 148.89 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 141 | 0 | 0.89 | 0.42 | 0.05 | 328.2 | 0.9 | 0.53 |
| Hex | F3 | 1A | 8D | 0 | 59 | 2A | 5 | 148 | 5A | 35 |
| Octal | 363 | 32 | 215 | 0 | 131 | 52 | 5 | 510 | 132 | 65 |
| Binary | 11110011 | 11010 | 10001101 | 0 | 1011001 | 101010 | 101 | 101001000 | 1011010 | 110101 |
Color Harmonies of #F31A8D
Complementary color
Monochromatic Colors of #F31A8D
Black with #F31A8D
Text Example
Text Example
White with #F31A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A8D; }
p { color: rgb(243,26,141); }
H1.HeaderClassName
{
color: #F31A8D;
}
.AnyTagClassName
{
color: #F31A8D;
}
</style>
background-color css
<style>
a { background-color: #F31A8D; }
a { background-color: rgb(243,26,141); }
div.DivClassName
{
background-color: #F31A8D;
}
.BgClassName
{
background-color: #F31A8D;
}
</style>
border-color css
<style>
span { border-color: #F31A8D; }
span { border-color: rgb(243,26,141); }
td.TdClassName
{
border-color: #F31A8D;
}
.TagClassName
{
border-color: #F31A8D;
}
</style>