Shades of Deep Pink #F31494
Tints of Deep Pink #F31494
RGB
CMYK
RGB Variations
Color information
#F31494 (or 0xF31494) is known color: Deep Pink. HEX triplet: F3, 14 and 94. RGB value is (243,20,148). Sum of RGB (Red+Green+Blue) = 243+20+148=411 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.12% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 243 - color contains mainly: red. Hex color #F31494 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31494 is #0CEB6B. Grayscale: #646464. Windows color (decimal): -846700 or 9704691. OLE color: 9704691.
HSL color Cylindrical-coordinate representation of color #F31494: hue angle of 325.56º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31494 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 148 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.05 |
| HSL | 325.56º | 0.9% | 0.52% | - |
| HSV(B) | 325.56º | 0.92% | 0.95% | - |
| XYZ | 42.56 | 21.69 | 29.96 | - |
| YUV | 101.27 | 154.38 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 148 | 0 | 0.92 | 0.39 | 0.05 | 325.56 | 0.9 | 0.52 |
| Hex | F3 | 14 | 94 | 0 | 5C | 27 | 5 | 146 | 5A | 34 |
| Octal | 363 | 24 | 224 | 0 | 134 | 47 | 5 | 506 | 132 | 64 |
| Binary | 11110011 | 10100 | 10010100 | 0 | 1011100 | 100111 | 101 | 101000110 | 1011010 | 110100 |
Color Harmonies of #F31494
Complementary color
Monochromatic Colors of #F31494
Black with #F31494
Text Example
Text Example
White with #F31494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31494; }
p { color: rgb(243,20,148); }
H1.HeaderClassName
{
color: #F31494;
}
.AnyTagClassName
{
color: #F31494;
}
</style>
background-color css
<style>
a { background-color: #F31494; }
a { background-color: rgb(243,20,148); }
div.DivClassName
{
background-color: #F31494;
}
.BgClassName
{
background-color: #F31494;
}
</style>
border-color css
<style>
span { border-color: #F31494; }
span { border-color: rgb(243,20,148); }
td.TdClassName
{
border-color: #F31494;
}
.TagClassName
{
border-color: #F31494;
}
</style>