Shades of Deep Pink #F31393
Tints of Deep Pink #F31393
RGB
CMYK
RGB Variations
Color information
#F31393 (or 0xF31393) is known color: Deep Pink. HEX triplet: F3, 13 and 93. RGB value is (243,19,147). Sum of RGB (Red+Green+Blue) = 243+19+147=409 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.41% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 147 (57.81% from 255 or 35.94% from 409); Max value from RGB is 243 - color contains mainly: red. Hex color #F31393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31393 is #0CEC6C. Grayscale: #646464. Windows color (decimal): -846957 or 9638899. OLE color: 9638899.
HSL color Cylindrical-coordinate representation of color #F31393: hue angle of 325.71º 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 #F31393 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 147 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.05 |
| HSL | 325.71º | 0.9% | 0.51% | - |
| HSV(B) | 325.71º | 0.92% | 0.95% | - |
| XYZ | 42.46 | 21.63 | 29.54 | - |
| YUV | 100.57 | 154.21 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 147 | 0 | 0.92 | 0.40 | 0.05 | 325.71 | 0.9 | 0.51 |
| Hex | F3 | 13 | 93 | 0 | 5C | 28 | 5 | 146 | 5A | 33 |
| Octal | 363 | 23 | 223 | 0 | 134 | 50 | 5 | 506 | 132 | 63 |
| Binary | 11110011 | 10011 | 10010011 | 0 | 1011100 | 101000 | 101 | 101000110 | 1011010 | 110011 |
Color Harmonies of #F31393
Complementary color
Monochromatic Colors of #F31393
Black with #F31393
Text Example
Text Example
White with #F31393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31393; }
p { color: rgb(243,19,147); }
H1.HeaderClassName
{
color: #F31393;
}
.AnyTagClassName
{
color: #F31393;
}
</style>
background-color css
<style>
a { background-color: #F31393; }
a { background-color: rgb(243,19,147); }
div.DivClassName
{
background-color: #F31393;
}
.BgClassName
{
background-color: #F31393;
}
</style>
border-color css
<style>
span { border-color: #F31393; }
span { border-color: rgb(243,19,147); }
td.TdClassName
{
border-color: #F31393;
}
.TagClassName
{
border-color: #F31393;
}
</style>