Shades of Deep Pink #F21B85
Tints of Deep Pink #F21B85
RGB
CMYK
RGB Variations
Color information
#F21B85 (or 0xF21B85) is known color: Deep Pink. HEX triplet: F2, 1B and 85. RGB value is (242,27,133). Sum of RGB (Red+Green+Blue) = 242+27+133=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21B85 is #0DE47A. Grayscale: #676767. Windows color (decimal): -910459 or 8723442. OLE color: 8723442.
HSL color Cylindrical-coordinate representation of color #F21B85: hue angle of 330.42º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21B85 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 133 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.05 |
| HSL | 330.42º | 0.89% | 0.53% | - |
| HSV(B) | 330.42º | 0.89% | 0.95% | - |
| XYZ | 41.24 | 21.35 | 24.14 | - |
| YUV | 103.37 | 144.73 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 133 | 0 | 0.89 | 0.45 | 0.05 | 330.42 | 0.89 | 0.53 |
| Hex | F2 | 1B | 85 | 0 | 59 | 2D | 5 | 14A | 59 | 35 |
| Octal | 362 | 33 | 205 | 0 | 131 | 55 | 5 | 512 | 131 | 65 |
| Binary | 11110010 | 11011 | 10000101 | 0 | 1011001 | 101101 | 101 | 101001010 | 1011001 | 110101 |
Color Harmonies of #F21B85
Complementary color
Monochromatic Colors of #F21B85
Black with #F21B85
Text Example
Text Example
White with #F21B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B85; }
p { color: rgb(242,27,133); }
H1.HeaderClassName
{
color: #F21B85;
}
.AnyTagClassName
{
color: #F21B85;
}
</style>
background-color css
<style>
a { background-color: #F21B85; }
a { background-color: rgb(242,27,133); }
div.DivClassName
{
background-color: #F21B85;
}
.BgClassName
{
background-color: #F21B85;
}
</style>
border-color css
<style>
span { border-color: #F21B85; }
span { border-color: rgb(242,27,133); }
td.TdClassName
{
border-color: #F21B85;
}
.TagClassName
{
border-color: #F21B85;
}
</style>