Shades of Deep Pink #F31295
Tints of Deep Pink #F31295
RGB
CMYK
RGB Variations
Color information
#F31295 (or 0xF31295) is known color: Deep Pink. HEX triplet: F3, 12 and 95. RGB value is (243,18,149). Sum of RGB (Red+Green+Blue) = 243+18+149=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F31295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31295 is #0CED6A. Grayscale: #636363. Windows color (decimal): -847211 or 9769715. OLE color: 9769715.
HSL color Cylindrical-coordinate representation of color #F31295: hue angle of 325.07º 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 #F31295 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 149 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.05 |
| HSL | 325.07º | 0.9% | 0.51% | - |
| HSV(B) | 325.07º | 0.93% | 0.95% | - |
| XYZ | 42.6 | 21.66 | 30.37 | - |
| YUV | 100.21 | 155.54 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 149 | 0 | 0.93 | 0.39 | 0.05 | 325.07 | 0.9 | 0.51 |
| Hex | F3 | 12 | 95 | 0 | 5D | 27 | 5 | 145 | 5A | 33 |
| Octal | 363 | 22 | 225 | 0 | 135 | 47 | 5 | 505 | 132 | 63 |
| Binary | 11110011 | 10010 | 10010101 | 0 | 1011101 | 100111 | 101 | 101000101 | 1011010 | 110011 |
Color Harmonies of #F31295
Complementary color
Monochromatic Colors of #F31295
Black with #F31295
Text Example
Text Example
White with #F31295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31295; }
p { color: rgb(243,18,149); }
H1.HeaderClassName
{
color: #F31295;
}
.AnyTagClassName
{
color: #F31295;
}
</style>
background-color css
<style>
a { background-color: #F31295; }
a { background-color: rgb(243,18,149); }
div.DivClassName
{
background-color: #F31295;
}
.BgClassName
{
background-color: #F31295;
}
</style>
border-color css
<style>
span { border-color: #F31295; }
span { border-color: rgb(243,18,149); }
td.TdClassName
{
border-color: #F31295;
}
.TagClassName
{
border-color: #F31295;
}
</style>