Shades of Magenta #F20CFB
Tints of Magenta #F20CFB
RGB
CMYK
RGB Variations
Color information
#F20CFB (or 0xF20CFB) is known color: Magenta. HEX triplet: F2, 0C and FB. RGB value is (242,12,251). Sum of RGB (Red+Green+Blue) = 242+12+251=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 12 (5.08% from 255 or 2.38% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #F20CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F20CFB is #0DF304. Grayscale: #6B6B6B. Windows color (decimal): -914181 or 16452850. OLE color: 16452850.
HSL color Cylindrical-coordinate representation of color #F20CFB: hue angle of 297.74º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20CFB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 12 | 251 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.02 |
| HSL | 297.74º | 0.97% | 0.52% | - |
| HSV(B) | 297.74º | 0.95% | 0.98% | - |
| XYZ | 54.16 | 26.11 | 93.45 | - |
| YUV | 108.02 | 208.7 | 223.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 251 | 0.04 | 0.95 | 0 | 0.02 | 297.74 | 0.97 | 0.52 |
| Hex | F2 | C | FB | 4 | 5F | 0 | 2 | 12A | 61 | 34 |
| Octal | 362 | 14 | 373 | 4 | 137 | 0 | 2 | 452 | 141 | 64 |
| Binary | 11110010 | 1100 | 11111011 | 100 | 1011111 | 0 | 10 | 100101010 | 1100001 | 110100 |
Color Harmonies of #F20CFB
Complementary color
Monochromatic Colors of #F20CFB
Black with #F20CFB
Text Example
Text Example
White with #F20CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20CFB; }
p { color: rgb(242,12,251); }
H1.HeaderClassName
{
color: #F20CFB;
}
.AnyTagClassName
{
color: #F20CFB;
}
</style>
background-color css
<style>
a { background-color: #F20CFB; }
a { background-color: rgb(242,12,251); }
div.DivClassName
{
background-color: #F20CFB;
}
.BgClassName
{
background-color: #F20CFB;
}
</style>
border-color css
<style>
span { border-color: #F20CFB; }
span { border-color: rgb(242,12,251); }
td.TdClassName
{
border-color: #F20CFB;
}
.TagClassName
{
border-color: #F20CFB;
}
</style>