Shades of Magenta #FF15F4
Tints of Magenta #FF15F4
RGB
CMYK
RGB Variations
Color information
#FF15F4 (or 0xFF15F4) is known color: Magenta. HEX triplet: FF, 15 and F4. RGB value is (255,21,244). Sum of RGB (Red+Green+Blue) = 255+21+244=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 21 (8.59% from 255 or 4.04% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF15F4 is #00EA0B. Grayscale: #737373. Windows color (decimal): -59916 or 15996415. OLE color: 15996415.
HSL color Cylindrical-coordinate representation of color #FF15F4: hue angle of 302.82º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF15F4 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 244 | - |
| CMYK | 0 | 0.92 | 0.04 | 0 |
| HSL | 302.82º | 1% | 0.54% | - |
| HSV(B) | 302.82º | 0.92% | 1% | - |
| XYZ | 57.84 | 28.33 | 88.01 | - |
| YUV | 116.39 | 200.02 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 244 | 0 | 0.92 | 0.04 | 0 | 302.82 | 1 | 0.54 |
| Hex | FF | 15 | F4 | 0 | 5C | 4 | 0 | 12F | 64 | 36 |
| Octal | 377 | 25 | 364 | 0 | 134 | 4 | 0 | 457 | 144 | 66 |
| Binary | 11111111 | 10101 | 11110100 | 0 | 1011100 | 100 | 0 | 100101111 | 1100100 | 110110 |
Color Harmonies of #FF15F4
Complementary color
Monochromatic Colors of #FF15F4
Black with #FF15F4
Text Example
Text Example
White with #FF15F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF15F4; }
p { color: rgb(255,21,244); }
H1.HeaderClassName
{
color: #FF15F4;
}
.AnyTagClassName
{
color: #FF15F4;
}
</style>
background-color css
<style>
a { background-color: #FF15F4; }
a { background-color: rgb(255,21,244); }
div.DivClassName
{
background-color: #FF15F4;
}
.BgClassName
{
background-color: #FF15F4;
}
</style>
border-color css
<style>
span { border-color: #FF15F4; }
span { border-color: rgb(255,21,244); }
td.TdClassName
{
border-color: #FF15F4;
}
.TagClassName
{
border-color: #FF15F4;
}
</style>