Shades of Deep Pink #F20A8B
Tints of Deep Pink #F20A8B
RGB
CMYK
RGB Variations
Color information
#F20A8B (or 0xF20A8B) is known color: Deep Pink. HEX triplet: F2, 0A and 8B. RGB value is (242,10,139). Sum of RGB (Red+Green+Blue) = 242+10+139=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20A8B is #0DF574. Grayscale: #5D5D5D. Windows color (decimal): -914805 or 9112306. OLE color: 9112306.
HSL color Cylindrical-coordinate representation of color #F20A8B: hue angle of 326.64º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20A8B is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 139 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.05 |
| HSL | 326.64º | 0.92% | 0.49% | - |
| HSV(B) | 326.64º | 0.96% | 0.95% | - |
| XYZ | 41.39 | 20.96 | 26.29 | - |
| YUV | 94.07 | 153.36 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 139 | 0 | 0.96 | 0.43 | 0.05 | 326.64 | 0.92 | 0.49 |
| Hex | F2 | A | 8B | 0 | 60 | 2B | 5 | 147 | 5C | 31 |
| Octal | 362 | 12 | 213 | 0 | 140 | 53 | 5 | 507 | 134 | 61 |
| Binary | 11110010 | 1010 | 10001011 | 0 | 1100000 | 101011 | 101 | 101000111 | 1011100 | 110001 |
Color Harmonies of #F20A8B
Complementary color
Monochromatic Colors of #F20A8B
Black with #F20A8B
Text Example
Text Example
White with #F20A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20A8B; }
p { color: rgb(242,10,139); }
H1.HeaderClassName
{
color: #F20A8B;
}
.AnyTagClassName
{
color: #F20A8B;
}
</style>
background-color css
<style>
a { background-color: #F20A8B; }
a { background-color: rgb(242,10,139); }
div.DivClassName
{
background-color: #F20A8B;
}
.BgClassName
{
background-color: #F20A8B;
}
</style>
border-color css
<style>
span { border-color: #F20A8B; }
span { border-color: rgb(242,10,139); }
td.TdClassName
{
border-color: #F20A8B;
}
.TagClassName
{
border-color: #F20A8B;
}
</style>