Shades of Magenta #F90CFB
Tints of Magenta #F90CFB
RGB
CMYK
RGB Variations
Color information
#F90CFB (or 0xF90CFB) is known color: Magenta. HEX triplet: F9, 0C and FB. RGB value is (249,12,251). Sum of RGB (Red+Green+Blue) = 249+12+251=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 12 (5.08% from 255 or 2.34% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #F90CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CFB is #06F304. Grayscale: #6D6D6D. Windows color (decimal): -455429 or 16452857. OLE color: 16452857.
HSL color Cylindrical-coordinate representation of color #F90CFB: hue angle of 299.5º 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 #F90CFB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 251 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.02 |
| HSL | 299.5º | 0.97% | 0.52% | - |
| HSV(B) | 299.5º | 0.95% | 0.98% | - |
| XYZ | 56.61 | 27.37 | 93.57 | - |
| YUV | 110.11 | 207.52 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 251 | 0.01 | 0.95 | 0 | 0.02 | 299.5 | 0.97 | 0.52 |
| Hex | F9 | C | FB | 1 | 5F | 0 | 2 | 12B | 61 | 34 |
| Octal | 371 | 14 | 373 | 1 | 137 | 0 | 2 | 453 | 141 | 64 |
| Binary | 11111001 | 1100 | 11111011 | 1 | 1011111 | 0 | 10 | 100101011 | 1100001 | 110100 |
Color Harmonies of #F90CFB
Complementary color
Monochromatic Colors of #F90CFB
Black with #F90CFB
Text Example
Text Example
White with #F90CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CFB; }
p { color: rgb(249,12,251); }
H1.HeaderClassName
{
color: #F90CFB;
}
.AnyTagClassName
{
color: #F90CFB;
}
</style>
background-color css
<style>
a { background-color: #F90CFB; }
a { background-color: rgb(249,12,251); }
div.DivClassName
{
background-color: #F90CFB;
}
.BgClassName
{
background-color: #F90CFB;
}
</style>
border-color css
<style>
span { border-color: #F90CFB; }
span { border-color: rgb(249,12,251); }
td.TdClassName
{
border-color: #F90CFB;
}
.TagClassName
{
border-color: #F90CFB;
}
</style>