Shades of Deep Pink #F31293
Tints of Deep Pink #F31293
RGB
CMYK
RGB Variations
Color information
#F31293 (or 0xF31293) is known color: Deep Pink. HEX triplet: F3, 12 and 93. RGB value is (243,18,147). Sum of RGB (Red+Green+Blue) = 243+18+147=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F31293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31293 is #0CED6C. Grayscale: #636363. Windows color (decimal): -847213 or 9638643. OLE color: 9638643.
HSL color Cylindrical-coordinate representation of color #F31293: hue angle of 325.6º 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 #F31293 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 147 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.05 |
| HSL | 325.6º | 0.9% | 0.51% | - |
| HSV(B) | 325.6º | 0.93% | 0.95% | - |
| XYZ | 42.44 | 21.59 | 29.53 | - |
| YUV | 99.98 | 154.54 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 147 | 0 | 0.93 | 0.40 | 0.05 | 325.6 | 0.9 | 0.51 |
| Hex | F3 | 12 | 93 | 0 | 5D | 28 | 5 | 146 | 5A | 33 |
| Octal | 363 | 22 | 223 | 0 | 135 | 50 | 5 | 506 | 132 | 63 |
| Binary | 11110011 | 10010 | 10010011 | 0 | 1011101 | 101000 | 101 | 101000110 | 1011010 | 110011 |
Color Harmonies of #F31293
Complementary color
Monochromatic Colors of #F31293
Black with #F31293
Text Example
Text Example
White with #F31293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31293; }
p { color: rgb(243,18,147); }
H1.HeaderClassName
{
color: #F31293;
}
.AnyTagClassName
{
color: #F31293;
}
</style>
background-color css
<style>
a { background-color: #F31293; }
a { background-color: rgb(243,18,147); }
div.DivClassName
{
background-color: #F31293;
}
.BgClassName
{
background-color: #F31293;
}
</style>
border-color css
<style>
span { border-color: #F31293; }
span { border-color: rgb(243,18,147); }
td.TdClassName
{
border-color: #F31293;
}
.TagClassName
{
border-color: #F31293;
}
</style>