Shades of Magenta #F005F3
Tints of Magenta #F005F3
RGB
CMYK
RGB Variations
Color information
#F005F3 (or 0xF005F3) is known color: Magenta. HEX triplet: F0, 05 and F3. RGB value is (240,5,243). Sum of RGB (Red+Green+Blue) = 240+5+243=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #F005F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F005F3 is #0FFA0C. Grayscale: #656565. Windows color (decimal): -1047053 or 15926768. OLE color: 15926768.
HSL color Cylindrical-coordinate representation of color #F005F3: hue angle of 299.24º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005F3 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 5 | 243 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.05 |
| HSL | 299.24º | 0.96% | 0.49% | - |
| HSV(B) | 299.24º | 0.98% | 0.95% | - |
| XYZ | 52.17 | 25.1 | 86.89 | - |
| YUV | 102.4 | 207.36 | 226.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 243 | 0.01 | 0.98 | 0 | 0.05 | 299.24 | 0.96 | 0.49 |
| Hex | F0 | 5 | F3 | 1 | 62 | 0 | 5 | 12B | 60 | 31 |
| Octal | 360 | 5 | 363 | 1 | 142 | 0 | 5 | 453 | 140 | 61 |
| Binary | 11110000 | 101 | 11110011 | 1 | 1100010 | 0 | 101 | 100101011 | 1100000 | 110001 |
Color Harmonies of #F005F3
Complementary color
Monochromatic Colors of #F005F3
Black with #F005F3
Text Example
Text Example
White with #F005F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005F3; }
p { color: rgb(240,5,243); }
H1.HeaderClassName
{
color: #F005F3;
}
.AnyTagClassName
{
color: #F005F3;
}
</style>
background-color css
<style>
a { background-color: #F005F3; }
a { background-color: rgb(240,5,243); }
div.DivClassName
{
background-color: #F005F3;
}
.BgClassName
{
background-color: #F005F3;
}
</style>
border-color css
<style>
span { border-color: #F005F3; }
span { border-color: rgb(240,5,243); }
td.TdClassName
{
border-color: #F005F3;
}
.TagClassName
{
border-color: #F005F3;
}
</style>