Shades of Deep Pink #F31394
Tints of Deep Pink #F31394
RGB
CMYK
RGB Variations
Color information
#F31394 (or 0xF31394) is known color: Deep Pink. HEX triplet: F3, 13 and 94. RGB value is (243,19,148). Sum of RGB (Red+Green+Blue) = 243+19+148=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F31394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31394 is #0CEC6B. Grayscale: #646464. Windows color (decimal): -846956 or 9704435. OLE color: 9704435.
HSL color Cylindrical-coordinate representation of color #F31394: hue angle of 325.45º 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 #F31394 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 148 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.05 |
| HSL | 325.45º | 0.9% | 0.51% | - |
| HSV(B) | 325.45º | 0.92% | 0.95% | - |
| XYZ | 42.54 | 21.66 | 29.96 | - |
| YUV | 100.68 | 154.71 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 148 | 0 | 0.92 | 0.39 | 0.05 | 325.45 | 0.9 | 0.51 |
| Hex | F3 | 13 | 94 | 0 | 5C | 27 | 5 | 145 | 5A | 33 |
| Octal | 363 | 23 | 224 | 0 | 134 | 47 | 5 | 505 | 132 | 63 |
| Binary | 11110011 | 10011 | 10010100 | 0 | 1011100 | 100111 | 101 | 101000101 | 1011010 | 110011 |
Color Harmonies of #F31394
Complementary color
Monochromatic Colors of #F31394
Black with #F31394
Text Example
Text Example
White with #F31394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31394; }
p { color: rgb(243,19,148); }
H1.HeaderClassName
{
color: #F31394;
}
.AnyTagClassName
{
color: #F31394;
}
</style>
background-color css
<style>
a { background-color: #F31394; }
a { background-color: rgb(243,19,148); }
div.DivClassName
{
background-color: #F31394;
}
.BgClassName
{
background-color: #F31394;
}
</style>
border-color css
<style>
span { border-color: #F31394; }
span { border-color: rgb(243,19,148); }
td.TdClassName
{
border-color: #F31394;
}
.TagClassName
{
border-color: #F31394;
}
</style>