Shades of Deep Pink #F31592
Tints of Deep Pink #F31592
RGB
CMYK
RGB Variations
Color information
#F31592 (or 0xF31592) is known color: Deep Pink. HEX triplet: F3, 15 and 92. RGB value is (243,21,146). Sum of RGB (Red+Green+Blue) = 243+21+146=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F31592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F31592 is #0CEA6D. Grayscale: #656565. Windows color (decimal): -846446 or 9573875. OLE color: 9573875.
HSL color Cylindrical-coordinate representation of color #F31592: hue angle of 326.22º 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 #F31592 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 146 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.05 |
| HSL | 326.22º | 0.9% | 0.52% | - |
| HSV(B) | 326.22º | 0.91% | 0.95% | - |
| XYZ | 42.42 | 21.67 | 29.14 | - |
| YUV | 101.63 | 153.05 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 146 | 0 | 0.91 | 0.40 | 0.05 | 326.22 | 0.9 | 0.52 |
| Hex | F3 | 15 | 92 | 0 | 5B | 28 | 5 | 146 | 5A | 34 |
| Octal | 363 | 25 | 222 | 0 | 133 | 50 | 5 | 506 | 132 | 64 |
| Binary | 11110011 | 10101 | 10010010 | 0 | 1011011 | 101000 | 101 | 101000110 | 1011010 | 110100 |
Color Harmonies of #F31592
Complementary color
Monochromatic Colors of #F31592
Black with #F31592
Text Example
Text Example
White with #F31592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31592; }
p { color: rgb(243,21,146); }
H1.HeaderClassName
{
color: #F31592;
}
.AnyTagClassName
{
color: #F31592;
}
</style>
background-color css
<style>
a { background-color: #F31592; }
a { background-color: rgb(243,21,146); }
div.DivClassName
{
background-color: #F31592;
}
.BgClassName
{
background-color: #F31592;
}
</style>
border-color css
<style>
span { border-color: #F31592; }
span { border-color: rgb(243,21,146); }
td.TdClassName
{
border-color: #F31592;
}
.TagClassName
{
border-color: #F31592;
}
</style>