Shades of Magenta #F30AFD
Tints of Magenta #F30AFD
RGB
CMYK
RGB Variations
Color information
#F30AFD (or 0xF30AFD) is known color: Magenta. HEX triplet: F3, 0A and FD. RGB value is (243,10,253). Sum of RGB (Red+Green+Blue) = 243+10+253=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 10 (4.30% from 255 or 1.98% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #F30AFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F30AFD is #0CF502. Grayscale: #6A6A6A. Windows color (decimal): -849155 or 16583411. OLE color: 16583411.
HSL color Cylindrical-coordinate representation of color #F30AFD: hue angle of 297.53º 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 #F30AFD is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 243 | 10 | 253 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.01 |
| HSL | 297.53º | 0.98% | 0.52% | - |
| HSV(B) | 297.53º | 0.96% | 0.99% | - |
| XYZ | 54.8 | 26.36 | 95.13 | - |
| YUV | 107.37 | 210.19 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 253 | 0.04 | 0.96 | 0 | 0.01 | 297.53 | 0.98 | 0.52 |
| Hex | F3 | A | FD | 4 | 60 | 0 | 1 | 12A | 62 | 34 |
| Octal | 363 | 12 | 375 | 4 | 140 | 0 | 1 | 452 | 142 | 64 |
| Binary | 11110011 | 1010 | 11111101 | 100 | 1100000 | 0 | 1 | 100101010 | 1100010 | 110100 |
Color Harmonies of #F30AFD
Complementary color
Monochromatic Colors of #F30AFD
Black with #F30AFD
Text Example
Text Example
White with #F30AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AFD; }
p { color: rgb(243,10,253); }
H1.HeaderClassName
{
color: #F30AFD;
}
.AnyTagClassName
{
color: #F30AFD;
}
</style>
background-color css
<style>
a { background-color: #F30AFD; }
a { background-color: rgb(243,10,253); }
div.DivClassName
{
background-color: #F30AFD;
}
.BgClassName
{
background-color: #F30AFD;
}
</style>
border-color css
<style>
span { border-color: #F30AFD; }
span { border-color: rgb(243,10,253); }
td.TdClassName
{
border-color: #F30AFD;
}
.TagClassName
{
border-color: #F30AFD;
}
</style>