Shades of Magenta #F90BFD
Tints of Magenta #F90BFD
RGB
CMYK
RGB Variations
Color information
#F90BFD (or 0xF90BFD) is known color: Magenta. HEX triplet: F9, 0B and FD. RGB value is (249,11,253). Sum of RGB (Red+Green+Blue) = 249+11+253=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 11 (4.69% from 255 or 2.14% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #F90BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90BFD is #06F402. Grayscale: #6D6D6D. Windows color (decimal): -455683 or 16583673. OLE color: 16583673.
HSL color Cylindrical-coordinate representation of color #F90BFD: hue angle of 299.01º 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 #F90BFD is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 11 | 253 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.01 |
| HSL | 299.01º | 0.98% | 0.52% | - |
| HSV(B) | 299.01º | 0.96% | 0.99% | - |
| XYZ | 56.92 | 27.47 | 95.23 | - |
| YUV | 109.75 | 208.85 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 253 | 0.02 | 0.96 | 0 | 0.01 | 299.01 | 0.98 | 0.52 |
| Hex | F9 | B | FD | 2 | 60 | 0 | 1 | 12B | 62 | 34 |
| Octal | 371 | 13 | 375 | 2 | 140 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11111001 | 1011 | 11111101 | 10 | 1100000 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #F90BFD
Complementary color
Monochromatic Colors of #F90BFD
Black with #F90BFD
Text Example
Text Example
White with #F90BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90BFD; }
p { color: rgb(249,11,253); }
H1.HeaderClassName
{
color: #F90BFD;
}
.AnyTagClassName
{
color: #F90BFD;
}
</style>
background-color css
<style>
a { background-color: #F90BFD; }
a { background-color: rgb(249,11,253); }
div.DivClassName
{
background-color: #F90BFD;
}
.BgClassName
{
background-color: #F90BFD;
}
</style>
border-color css
<style>
span { border-color: #F90BFD; }
span { border-color: rgb(249,11,253); }
td.TdClassName
{
border-color: #F90BFD;
}
.TagClassName
{
border-color: #F90BFD;
}
</style>