Shades of Deep Pink #F21895
Tints of Deep Pink #F21895
RGB
CMYK
RGB Variations
Color information
#F21895 (or 0xF21895) is known color: Deep Pink. HEX triplet: F2, 18 and 95. RGB value is (242,24,149). Sum of RGB (Red+Green+Blue) = 242+24+149=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F21895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21895 is #0DE76A. Grayscale: #676767. Windows color (decimal): -911211 or 9771250. OLE color: 9771250.
HSL color Cylindrical-coordinate representation of color #F21895: hue angle of 325.6º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21895 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 149 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.05 |
| HSL | 325.6º | 0.89% | 0.52% | - |
| HSV(B) | 325.6º | 0.9% | 0.95% | - |
| XYZ | 42.37 | 21.7 | 30.39 | - |
| YUV | 103.43 | 153.72 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 149 | 0 | 0.90 | 0.38 | 0.05 | 325.6 | 0.89 | 0.52 |
| Hex | F2 | 18 | 95 | 0 | 5A | 26 | 5 | 146 | 59 | 34 |
| Octal | 362 | 30 | 225 | 0 | 132 | 46 | 5 | 506 | 131 | 64 |
| Binary | 11110010 | 11000 | 10010101 | 0 | 1011010 | 100110 | 101 | 101000110 | 1011001 | 110100 |
Color Harmonies of #F21895
Complementary color
Monochromatic Colors of #F21895
Black with #F21895
Text Example
Text Example
White with #F21895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21895; }
p { color: rgb(242,24,149); }
H1.HeaderClassName
{
color: #F21895;
}
.AnyTagClassName
{
color: #F21895;
}
</style>
background-color css
<style>
a { background-color: #F21895; }
a { background-color: rgb(242,24,149); }
div.DivClassName
{
background-color: #F21895;
}
.BgClassName
{
background-color: #F21895;
}
</style>
border-color css
<style>
span { border-color: #F21895; }
span { border-color: rgb(242,24,149); }
td.TdClassName
{
border-color: #F21895;
}
.TagClassName
{
border-color: #F21895;
}
</style>