Shades of Deep Pink #F41692
Tints of Deep Pink #F41692
RGB
CMYK
RGB Variations
Color information
#F41692 (or 0xF41692) is known color: Deep Pink. HEX triplet: F4, 16 and 92. RGB value is (244,22,146). Sum of RGB (Red+Green+Blue) = 244+22+146=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F41692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F41692 is #0BE96D. Grayscale: #666666. Windows color (decimal): -780654 or 9574132. OLE color: 9574132.
HSL color Cylindrical-coordinate representation of color #F41692: hue angle of 326.49º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F41692 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 146 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.04 |
| HSL | 326.49º | 0.91% | 0.52% | - |
| HSV(B) | 326.49º | 0.91% | 0.96% | - |
| XYZ | 42.78 | 21.88 | 29.16 | - |
| YUV | 102.51 | 152.55 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 146 | 0 | 0.91 | 0.40 | 0.04 | 326.49 | 0.91 | 0.52 |
| Hex | F4 | 16 | 92 | 0 | 5B | 28 | 4 | 146 | 5B | 34 |
| Octal | 364 | 26 | 222 | 0 | 133 | 50 | 4 | 506 | 133 | 64 |
| Binary | 11110100 | 10110 | 10010010 | 0 | 1011011 | 101000 | 100 | 101000110 | 1011011 | 110100 |
Color Harmonies of #F41692
Complementary color
Monochromatic Colors of #F41692
Black with #F41692
Text Example
Text Example
White with #F41692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41692; }
p { color: rgb(244,22,146); }
H1.HeaderClassName
{
color: #F41692;
}
.AnyTagClassName
{
color: #F41692;
}
</style>
background-color css
<style>
a { background-color: #F41692; }
a { background-color: rgb(244,22,146); }
div.DivClassName
{
background-color: #F41692;
}
.BgClassName
{
background-color: #F41692;
}
</style>
border-color css
<style>
span { border-color: #F41692; }
span { border-color: rgb(244,22,146); }
td.TdClassName
{
border-color: #F41692;
}
.TagClassName
{
border-color: #F41692;
}
</style>