Shades of Deep Pink #F31694
Tints of Deep Pink #F31694
RGB
CMYK
RGB Variations
Color information
#F31694 (or 0xF31694) is known color: Deep Pink. HEX triplet: F3, 16 and 94. RGB value is (243,22,148). Sum of RGB (Red+Green+Blue) = 243+22+148=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F31694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31694 is #0CE96B. Grayscale: #666666. Windows color (decimal): -846188 or 9705203. OLE color: 9705203.
HSL color Cylindrical-coordinate representation of color #F31694: hue angle of 325.79º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31694 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 148 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.05 |
| HSL | 325.79º | 0.9% | 0.52% | - |
| HSV(B) | 325.79º | 0.91% | 0.95% | - |
| XYZ | 42.59 | 21.77 | 29.97 | - |
| YUV | 102.44 | 153.72 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 148 | 0 | 0.91 | 0.39 | 0.05 | 325.79 | 0.9 | 0.52 |
| Hex | F3 | 16 | 94 | 0 | 5B | 27 | 5 | 146 | 5A | 34 |
| Octal | 363 | 26 | 224 | 0 | 133 | 47 | 5 | 506 | 132 | 64 |
| Binary | 11110011 | 10110 | 10010100 | 0 | 1011011 | 100111 | 101 | 101000110 | 1011010 | 110100 |
Color Harmonies of #F31694
Complementary color
Monochromatic Colors of #F31694
Black with #F31694
Text Example
Text Example
White with #F31694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31694; }
p { color: rgb(243,22,148); }
H1.HeaderClassName
{
color: #F31694;
}
.AnyTagClassName
{
color: #F31694;
}
</style>
background-color css
<style>
a { background-color: #F31694; }
a { background-color: rgb(243,22,148); }
div.DivClassName
{
background-color: #F31694;
}
.BgClassName
{
background-color: #F31694;
}
</style>
border-color css
<style>
span { border-color: #F31694; }
span { border-color: rgb(243,22,148); }
td.TdClassName
{
border-color: #F31694;
}
.TagClassName
{
border-color: #F31694;
}
</style>