Shades of Magenta #F80CFB
Tints of Magenta #F80CFB
RGB
CMYK
RGB Variations
Color information
#F80CFB (or 0xF80CFB) is known color: Magenta. HEX triplet: F8, 0C and FB. RGB value is (248,12,251). Sum of RGB (Red+Green+Blue) = 248+12+251=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 12 (5.08% from 255 or 2.35% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #F80CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CFB is #07F304. Grayscale: #6D6D6D. Windows color (decimal): -520965 or 16452856. OLE color: 16452856.
HSL color Cylindrical-coordinate representation of color #F80CFB: hue angle of 299.25º 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 #F80CFB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 12 | 251 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.02 |
| HSL | 299.25º | 0.97% | 0.52% | - |
| HSV(B) | 299.25º | 0.95% | 0.98% | - |
| XYZ | 56.26 | 27.18 | 93.55 | - |
| YUV | 109.81 | 207.69 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 251 | 0.01 | 0.95 | 0 | 0.02 | 299.25 | 0.97 | 0.52 |
| Hex | F8 | C | FB | 1 | 5F | 0 | 2 | 12B | 61 | 34 |
| Octal | 370 | 14 | 373 | 1 | 137 | 0 | 2 | 453 | 141 | 64 |
| Binary | 11111000 | 1100 | 11111011 | 1 | 1011111 | 0 | 10 | 100101011 | 1100001 | 110100 |
Color Harmonies of #F80CFB
Complementary color
Monochromatic Colors of #F80CFB
Black with #F80CFB
Text Example
Text Example
White with #F80CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CFB; }
p { color: rgb(248,12,251); }
H1.HeaderClassName
{
color: #F80CFB;
}
.AnyTagClassName
{
color: #F80CFB;
}
</style>
background-color css
<style>
a { background-color: #F80CFB; }
a { background-color: rgb(248,12,251); }
div.DivClassName
{
background-color: #F80CFB;
}
.BgClassName
{
background-color: #F80CFB;
}
</style>
border-color css
<style>
span { border-color: #F80CFB; }
span { border-color: rgb(248,12,251); }
td.TdClassName
{
border-color: #F80CFB;
}
.TagClassName
{
border-color: #F80CFB;
}
</style>