Shades of Deep Pink #F21785
Tints of Deep Pink #F21785
RGB
CMYK
RGB Variations
Color information
#F21785 (or 0xF21785) is known color: Deep Pink. HEX triplet: F2, 17 and 85. RGB value is (242,23,133). Sum of RGB (Red+Green+Blue) = 242+23+133=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F21785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21785 is #0DE87A. Grayscale: #646464. Windows color (decimal): -911483 or 8722418. OLE color: 8722418.
HSL color Cylindrical-coordinate representation of color #F21785: hue angle of 329.86º 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 #F21785 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 133 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.05 |
| HSL | 329.86º | 0.89% | 0.52% | - |
| HSV(B) | 329.86º | 0.9% | 0.95% | - |
| XYZ | 41.16 | 21.18 | 24.11 | - |
| YUV | 101.02 | 146.05 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 133 | 0 | 0.90 | 0.45 | 0.05 | 329.86 | 0.89 | 0.52 |
| Hex | F2 | 17 | 85 | 0 | 5A | 2D | 5 | 14A | 59 | 34 |
| Octal | 362 | 27 | 205 | 0 | 132 | 55 | 5 | 512 | 131 | 64 |
| Binary | 11110010 | 10111 | 10000101 | 0 | 1011010 | 101101 | 101 | 101001010 | 1011001 | 110100 |
Color Harmonies of #F21785
Complementary color
Monochromatic Colors of #F21785
Black with #F21785
Text Example
Text Example
White with #F21785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21785; }
p { color: rgb(242,23,133); }
H1.HeaderClassName
{
color: #F21785;
}
.AnyTagClassName
{
color: #F21785;
}
</style>
background-color css
<style>
a { background-color: #F21785; }
a { background-color: rgb(242,23,133); }
div.DivClassName
{
background-color: #F21785;
}
.BgClassName
{
background-color: #F21785;
}
</style>
border-color css
<style>
span { border-color: #F21785; }
span { border-color: rgb(242,23,133); }
td.TdClassName
{
border-color: #F21785;
}
.TagClassName
{
border-color: #F21785;
}
</style>