Shades of Deep Pink #F21695
Tints of Deep Pink #F21695
RGB
CMYK
RGB Variations
Color information
#F21695 (or 0xF21695) is known color: Deep Pink. HEX triplet: F2, 16 and 95. RGB value is (242,22,149). Sum of RGB (Red+Green+Blue) = 242+22+149=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F21695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21695 is #0DE96A. Grayscale: #656565. Windows color (decimal): -911723 or 9770738. OLE color: 9770738.
HSL color Cylindrical-coordinate representation of color #F21695: hue angle of 325.36º degrees, saturation: 0.89, 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 #F21695 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 149 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.05 |
| HSL | 325.36º | 0.89% | 0.52% | - |
| HSV(B) | 325.36º | 0.91% | 0.95% | - |
| XYZ | 42.33 | 21.62 | 30.38 | - |
| YUV | 102.26 | 154.39 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 149 | 0 | 0.91 | 0.38 | 0.05 | 325.36 | 0.89 | 0.52 |
| Hex | F2 | 16 | 95 | 0 | 5B | 26 | 5 | 145 | 59 | 34 |
| Octal | 362 | 26 | 225 | 0 | 133 | 46 | 5 | 505 | 131 | 64 |
| Binary | 11110010 | 10110 | 10010101 | 0 | 1011011 | 100110 | 101 | 101000101 | 1011001 | 110100 |
Color Harmonies of #F21695
Complementary color
Monochromatic Colors of #F21695
Black with #F21695
Text Example
Text Example
White with #F21695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21695; }
p { color: rgb(242,22,149); }
H1.HeaderClassName
{
color: #F21695;
}
.AnyTagClassName
{
color: #F21695;
}
</style>
background-color css
<style>
a { background-color: #F21695; }
a { background-color: rgb(242,22,149); }
div.DivClassName
{
background-color: #F21695;
}
.BgClassName
{
background-color: #F21695;
}
</style>
border-color css
<style>
span { border-color: #F21695; }
span { border-color: rgb(242,22,149); }
td.TdClassName
{
border-color: #F21695;
}
.TagClassName
{
border-color: #F21695;
}
</style>