Shades of Deep Pink #F21B8C
Tints of Deep Pink #F21B8C
RGB
CMYK
RGB Variations
Color information
#F21B8C (or 0xF21B8C) is known color: Deep Pink. HEX triplet: F2, 1B and 8C. RGB value is (242,27,140). Sum of RGB (Red+Green+Blue) = 242+27+140=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F21B8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F21B8C is #0DE473. Grayscale: #676767. Windows color (decimal): -910452 or 9182194. OLE color: 9182194.
HSL color Cylindrical-coordinate representation of color #F21B8C: hue angle of 328.47º 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 #F21B8C is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 27 | 140 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.05 |
| HSL | 328.47º | 0.89% | 0.53% | - |
| HSV(B) | 328.47º | 0.89% | 0.95% | - |
| XYZ | 41.74 | 21.55 | 26.77 | - |
| YUV | 104.17 | 148.23 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 27 | 140 | 0 | 0.89 | 0.42 | 0.05 | 328.47 | 0.89 | 0.53 |
| Hex | F2 | 1B | 8C | 0 | 59 | 2A | 5 | 148 | 59 | 35 |
| Octal | 362 | 33 | 214 | 0 | 131 | 52 | 5 | 510 | 131 | 65 |
| Binary | 11110010 | 11011 | 10001100 | 0 | 1011001 | 101010 | 101 | 101001000 | 1011001 | 110101 |
Color Harmonies of #F21B8C
Complementary color
Monochromatic Colors of #F21B8C
Black with #F21B8C
Text Example
Text Example
White with #F21B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21B8C; }
p { color: rgb(242,27,140); }
H1.HeaderClassName
{
color: #F21B8C;
}
.AnyTagClassName
{
color: #F21B8C;
}
</style>
background-color css
<style>
a { background-color: #F21B8C; }
a { background-color: rgb(242,27,140); }
div.DivClassName
{
background-color: #F21B8C;
}
.BgClassName
{
background-color: #F21B8C;
}
</style>
border-color css
<style>
span { border-color: #F21B8C; }
span { border-color: rgb(242,27,140); }
td.TdClassName
{
border-color: #F21B8C;
}
.TagClassName
{
border-color: #F21B8C;
}
</style>