Shades of Magenta #F51CFD
Tints of Magenta #F51CFD
RGB
CMYK
RGB Variations
Color information
#F51CFD (or 0xF51CFD) is known color: Magenta. HEX triplet: F5, 1C and FD. RGB value is (245,28,253). Sum of RGB (Red+Green+Blue) = 245+28+253=526 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.58% from 526); Green value is 28 (11.33% from 255 or 5.32% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #F51CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51CFD is #0AE302. Grayscale: #757575. Windows color (decimal): -713475 or 16588021. OLE color: 16588021.
HSL color Cylindrical-coordinate representation of color #F51CFD: hue angle of 297.87º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51CFD is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 28 | 253 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.01 |
| HSL | 297.87º | 0.98% | 0.55% | - |
| HSV(B) | 297.87º | 0.89% | 0.99% | - |
| XYZ | 55.8 | 27.33 | 95.26 | - |
| YUV | 118.53 | 203.89 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 253 | 0.03 | 0.89 | 0 | 0.01 | 297.87 | 0.98 | 0.55 |
| Hex | F5 | 1C | FD | 3 | 59 | 0 | 1 | 12A | 62 | 37 |
| Octal | 365 | 34 | 375 | 3 | 131 | 0 | 1 | 452 | 142 | 67 |
| Binary | 11110101 | 11100 | 11111101 | 11 | 1011001 | 0 | 1 | 100101010 | 1100010 | 110111 |
Color Harmonies of #F51CFD
Complementary color
Monochromatic Colors of #F51CFD
Black with #F51CFD
Text Example
Text Example
White with #F51CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CFD; }
p { color: rgb(245,28,253); }
H1.HeaderClassName
{
color: #F51CFD;
}
.AnyTagClassName
{
color: #F51CFD;
}
</style>
background-color css
<style>
a { background-color: #F51CFD; }
a { background-color: rgb(245,28,253); }
div.DivClassName
{
background-color: #F51CFD;
}
.BgClassName
{
background-color: #F51CFD;
}
</style>
border-color css
<style>
span { border-color: #F51CFD; }
span { border-color: rgb(245,28,253); }
td.TdClassName
{
border-color: #F51CFD;
}
.TagClassName
{
border-color: #F51CFD;
}
</style>