Shades of Deep Pink #F20B8B
Tints of Deep Pink #F20B8B
RGB
CMYK
RGB Variations
Color information
#F20B8B (or 0xF20B8B) is known color: Deep Pink. HEX triplet: F2, 0B and 8B. RGB value is (242,11,139). Sum of RGB (Red+Green+Blue) = 242+11+139=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 11 (4.69% from 255 or 2.81% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F20B8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20B8B is #0DF474. Grayscale: #5E5E5E. Windows color (decimal): -914549 or 9112562. OLE color: 9112562.
HSL color Cylindrical-coordinate representation of color #F20B8B: hue angle of 326.75º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20B8B is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 139 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.05 |
| HSL | 326.75º | 0.91% | 0.5% | - |
| HSV(B) | 326.75º | 0.95% | 0.95% | - |
| XYZ | 41.4 | 20.98 | 26.29 | - |
| YUV | 94.66 | 153.03 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 139 | 0 | 0.95 | 0.43 | 0.05 | 326.75 | 0.91 | 0.5 |
| Hex | F2 | B | 8B | 0 | 5F | 2B | 5 | 147 | 5B | 32 |
| Octal | 362 | 13 | 213 | 0 | 137 | 53 | 5 | 507 | 133 | 62 |
| Binary | 11110010 | 1011 | 10001011 | 0 | 1011111 | 101011 | 101 | 101000111 | 1011011 | 110010 |
Color Harmonies of #F20B8B
Complementary color
Monochromatic Colors of #F20B8B
Black with #F20B8B
Text Example
Text Example
White with #F20B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20B8B; }
p { color: rgb(242,11,139); }
H1.HeaderClassName
{
color: #F20B8B;
}
.AnyTagClassName
{
color: #F20B8B;
}
</style>
background-color css
<style>
a { background-color: #F20B8B; }
a { background-color: rgb(242,11,139); }
div.DivClassName
{
background-color: #F20B8B;
}
.BgClassName
{
background-color: #F20B8B;
}
</style>
border-color css
<style>
span { border-color: #F20B8B; }
span { border-color: rgb(242,11,139); }
td.TdClassName
{
border-color: #F20B8B;
}
.TagClassName
{
border-color: #F20B8B;
}
</style>