Shades of Magenta #F90CFD
Tints of Magenta #F90CFD
RGB
CMYK
RGB Variations
Color information
#F90CFD (or 0xF90CFD) is known color: Magenta. HEX triplet: F9, 0C and FD. RGB value is (249,12,253). Sum of RGB (Red+Green+Blue) = 249+12+253=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 12 (5.08% from 255 or 2.33% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #F90CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F90CFD is #06F302. Grayscale: #6D6D6D. Windows color (decimal): -455427 or 16583929. OLE color: 16583929.
HSL color Cylindrical-coordinate representation of color #F90CFD: hue angle of 299º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90CFD is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 249 | 12 | 253 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.01 |
| HSL | 299º | 0.98% | 0.52% | - |
| HSV(B) | 299º | 0.95% | 0.99% | - |
| XYZ | 56.93 | 27.49 | 95.24 | - |
| YUV | 110.34 | 208.52 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 253 | 0.02 | 0.95 | 0 | 0.01 | 299 | 0.98 | 0.52 |
| Hex | F9 | C | FD | 2 | 5F | 0 | 1 | 12B | 62 | 34 |
| Octal | 371 | 14 | 375 | 2 | 137 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11111001 | 1100 | 11111101 | 10 | 1011111 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #F90CFD
Complementary color
Monochromatic Colors of #F90CFD
Black with #F90CFD
Text Example
Text Example
White with #F90CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90CFD; }
p { color: rgb(249,12,253); }
H1.HeaderClassName
{
color: #F90CFD;
}
.AnyTagClassName
{
color: #F90CFD;
}
</style>
background-color css
<style>
a { background-color: #F90CFD; }
a { background-color: rgb(249,12,253); }
div.DivClassName
{
background-color: #F90CFD;
}
.BgClassName
{
background-color: #F90CFD;
}
</style>
border-color css
<style>
span { border-color: #F90CFD; }
span { border-color: rgb(249,12,253); }
td.TdClassName
{
border-color: #F90CFD;
}
.TagClassName
{
border-color: #F90CFD;
}
</style>