Shades of Magenta #F90DFB
Tints of Magenta #F90DFB
RGB
CMYK
RGB Variations
Color information
#F90DFB (or 0xF90DFB) is known color: Magenta. HEX triplet: F9, 0D and FB. RGB value is (249,13,251). Sum of RGB (Red+Green+Blue) = 249+13+251=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 13 (5.47% from 255 or 2.53% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #F90DFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90DFB is #06F204. Grayscale: #6D6D6D. Windows color (decimal): -455173 or 16453113. OLE color: 16453113.
HSL color Cylindrical-coordinate representation of color #F90DFB: 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 #F90DFB is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 13 | 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.62 | 27.39 | 93.57 | - |
| YUV | 110.7 | 207.19 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 13 | 251 | 0.01 | 0.95 | 0 | 0.02 | 299.5 | 0.97 | 0.52 |
| Hex | F9 | D | FB | 1 | 5F | 0 | 2 | 12B | 61 | 34 |
| Octal | 371 | 15 | 373 | 1 | 137 | 0 | 2 | 453 | 141 | 64 |
| Binary | 11111001 | 1101 | 11111011 | 1 | 1011111 | 0 | 10 | 100101011 | 1100001 | 110100 |
Color Harmonies of #F90DFB
Complementary color
Monochromatic Colors of #F90DFB
Black with #F90DFB
Text Example
Text Example
White with #F90DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90DFB; }
p { color: rgb(249,13,251); }
H1.HeaderClassName
{
color: #F90DFB;
}
.AnyTagClassName
{
color: #F90DFB;
}
</style>
background-color css
<style>
a { background-color: #F90DFB; }
a { background-color: rgb(249,13,251); }
div.DivClassName
{
background-color: #F90DFB;
}
.BgClassName
{
background-color: #F90DFB;
}
</style>
border-color css
<style>
span { border-color: #F90DFB; }
span { border-color: rgb(249,13,251); }
td.TdClassName
{
border-color: #F90DFB;
}
.TagClassName
{
border-color: #F90DFB;
}
</style>