Shades of Deep Pink #F31A93
Tints of Deep Pink #F31A93
RGB
CMYK
RGB Variations
Color information
#F31A93 (or 0xF31A93) is known color: Deep Pink. HEX triplet: F3, 1A and 93. RGB value is (243,26,147). Sum of RGB (Red+Green+Blue) = 243+26+147=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F31A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F31A93 is #0CE56C. Grayscale: #686868. Windows color (decimal): -845165 or 9640691. OLE color: 9640691.
HSL color Cylindrical-coordinate representation of color #F31A93: hue angle of 326.54º 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 #F31A93 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 147 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.05 |
| HSL | 326.54º | 0.9% | 0.53% | - |
| HSV(B) | 326.54º | 0.89% | 0.95% | - |
| XYZ | 42.6 | 21.9 | 29.59 | - |
| YUV | 104.68 | 151.89 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 147 | 0 | 0.89 | 0.40 | 0.05 | 326.54 | 0.9 | 0.53 |
| Hex | F3 | 1A | 93 | 0 | 59 | 28 | 5 | 147 | 5A | 35 |
| Octal | 363 | 32 | 223 | 0 | 131 | 50 | 5 | 507 | 132 | 65 |
| Binary | 11110011 | 11010 | 10010011 | 0 | 1011001 | 101000 | 101 | 101000111 | 1011010 | 110101 |
Color Harmonies of #F31A93
Complementary color
Monochromatic Colors of #F31A93
Black with #F31A93
Text Example
Text Example
White with #F31A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31A93; }
p { color: rgb(243,26,147); }
H1.HeaderClassName
{
color: #F31A93;
}
.AnyTagClassName
{
color: #F31A93;
}
</style>
background-color css
<style>
a { background-color: #F31A93; }
a { background-color: rgb(243,26,147); }
div.DivClassName
{
background-color: #F31A93;
}
.BgClassName
{
background-color: #F31A93;
}
</style>
border-color css
<style>
span { border-color: #F31A93; }
span { border-color: rgb(243,26,147); }
td.TdClassName
{
border-color: #F31A93;
}
.TagClassName
{
border-color: #F31A93;
}
</style>