Shades of Magenta #F02BFD
Tints of Magenta #F02BFD
RGB
CMYK
RGB Variations
Color information
#F02BFD (or 0xF02BFD) is known color: Magenta. HEX triplet: F0, 2B and FD. RGB value is (240,43,253). Sum of RGB (Red+Green+Blue) = 240+43+253=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 43 (17.19% from 255 or 8.02% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #F02BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F02BFD is #0FD402. Grayscale: #7D7D7D. Windows color (decimal): -1037315 or 16591856. OLE color: 16591856.
HSL color Cylindrical-coordinate representation of color #F02BFD: hue angle of 296.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F02BFD is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 43 | 253 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.01 |
| HSL | 296.29º | 0.98% | 0.58% | - |
| HSV(B) | 296.29º | 0.83% | 0.99% | - |
| XYZ | 54.53 | 27.34 | 95.33 | - |
| YUV | 125.84 | 199.77 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 43 | 253 | 0.05 | 0.83 | 0 | 0.01 | 296.29 | 0.98 | 0.58 |
| Hex | F0 | 2B | FD | 5 | 53 | 0 | 1 | 128 | 62 | 3A |
| Octal | 360 | 53 | 375 | 5 | 123 | 0 | 1 | 450 | 142 | 72 |
| Binary | 11110000 | 101011 | 11111101 | 101 | 1010011 | 0 | 1 | 100101000 | 1100010 | 111010 |
Color Harmonies of #F02BFD
Complementary color
Monochromatic Colors of #F02BFD
Black with #F02BFD
Text Example
Text Example
White with #F02BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02BFD; }
p { color: rgb(240,43,253); }
H1.HeaderClassName
{
color: #F02BFD;
}
.AnyTagClassName
{
color: #F02BFD;
}
</style>
background-color css
<style>
a { background-color: #F02BFD; }
a { background-color: rgb(240,43,253); }
div.DivClassName
{
background-color: #F02BFD;
}
.BgClassName
{
background-color: #F02BFD;
}
</style>
border-color css
<style>
span { border-color: #F02BFD; }
span { border-color: rgb(240,43,253); }
td.TdClassName
{
border-color: #F02BFD;
}
.TagClassName
{
border-color: #F02BFD;
}
</style>