Shades of Deep Pink #F31695
Tints of Deep Pink #F31695
RGB
CMYK
RGB Variations
Color information
#F31695 (or 0xF31695) is known color: Deep Pink. HEX triplet: F3, 16 and 95. RGB value is (243,22,149). Sum of RGB (Red+Green+Blue) = 243+22+149=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 149 (58.59% from 255 or 35.99% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F31695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31695 is #0CE96A. Grayscale: #666666. Windows color (decimal): -846187 or 9770739. OLE color: 9770739.
HSL color Cylindrical-coordinate representation of color #F31695: hue angle of 325.52º 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 #F31695 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 149 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.05 |
| HSL | 325.52º | 0.9% | 0.52% | - |
| HSV(B) | 325.52º | 0.91% | 0.95% | - |
| XYZ | 42.67 | 21.8 | 30.39 | - |
| YUV | 102.56 | 154.22 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 149 | 0 | 0.91 | 0.39 | 0.05 | 325.52 | 0.9 | 0.52 |
| Hex | F3 | 16 | 95 | 0 | 5B | 27 | 5 | 146 | 5A | 34 |
| Octal | 363 | 26 | 225 | 0 | 133 | 47 | 5 | 506 | 132 | 64 |
| Binary | 11110011 | 10110 | 10010101 | 0 | 1011011 | 100111 | 101 | 101000110 | 1011010 | 110100 |
Color Harmonies of #F31695
Complementary color
Monochromatic Colors of #F31695
Black with #F31695
Text Example
Text Example
White with #F31695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31695; }
p { color: rgb(243,22,149); }
H1.HeaderClassName
{
color: #F31695;
}
.AnyTagClassName
{
color: #F31695;
}
</style>
background-color css
<style>
a { background-color: #F31695; }
a { background-color: rgb(243,22,149); }
div.DivClassName
{
background-color: #F31695;
}
.BgClassName
{
background-color: #F31695;
}
</style>
border-color css
<style>
span { border-color: #F31695; }
span { border-color: rgb(243,22,149); }
td.TdClassName
{
border-color: #F31695;
}
.TagClassName
{
border-color: #F31695;
}
</style>