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