Shades of Magenta #F90BFC
Tints of Magenta #F90BFC
RGB
CMYK
RGB Variations
Color information
#F90BFC (or 0xF90BFC) is known color: Magenta. HEX triplet: F9, 0B and FC. RGB value is (249,11,252). Sum of RGB (Red+Green+Blue) = 249+11+252=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 11 (4.69% from 255 or 2.15% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #F90BFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BFC is #06F403. Grayscale: #6C6C6C. Windows color (decimal): -455684 or 16518137. OLE color: 16518137.
HSL color Cylindrical-coordinate representation of color #F90BFC: hue angle of 299.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90BFC is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 11 | 252 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.01 |
| HSL | 299.25º | 0.98% | 0.52% | - |
| HSV(B) | 299.25º | 0.96% | 0.99% | - |
| XYZ | 56.76 | 27.41 | 94.39 | - |
| YUV | 109.64 | 208.35 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 252 | 0.01 | 0.96 | 0 | 0.01 | 299.25 | 0.98 | 0.52 |
| Hex | F9 | B | FC | 1 | 60 | 0 | 1 | 12B | 62 | 34 |
| Octal | 371 | 13 | 374 | 1 | 140 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11111001 | 1011 | 11111100 | 1 | 1100000 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #F90BFC
Complementary color
Monochromatic Colors of #F90BFC
Black with #F90BFC
Text Example
Text Example
White with #F90BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BFC; }
p { color: rgb(249,11,252); }
H1.HeaderClassName
{
color: #F90BFC;
}
.AnyTagClassName
{
color: #F90BFC;
}
</style>
background-color css
<style>
a { background-color: #F90BFC; }
a { background-color: rgb(249,11,252); }
div.DivClassName
{
background-color: #F90BFC;
}
.BgClassName
{
background-color: #F90BFC;
}
</style>
border-color css
<style>
span { border-color: #F90BFC; }
span { border-color: rgb(249,11,252); }
td.TdClassName
{
border-color: #F90BFC;
}
.TagClassName
{
border-color: #F90BFC;
}
</style>