Shades of Magenta #F00BFD
Tints of Magenta #F00BFD
RGB
CMYK
RGB Variations
Color information
#F00BFD (or 0xF00BFD) is known color: Magenta. HEX triplet: F0, 0B and FD. RGB value is (240,11,253). Sum of RGB (Red+Green+Blue) = 240+11+253=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 11 (4.69% from 255 or 2.18% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #F00BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F00BFD is #0FF402. Grayscale: #6A6A6A. Windows color (decimal): -1045507 or 16583664. OLE color: 16583664.
HSL color Cylindrical-coordinate representation of color #F00BFD: hue angle of 296.78º 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 #F00BFD is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 11 | 253 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.01 |
| HSL | 296.78º | 0.98% | 0.52% | - |
| HSV(B) | 296.78º | 0.96% | 0.99% | - |
| XYZ | 53.78 | 25.86 | 95.08 | - |
| YUV | 107.06 | 210.37 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 11 | 253 | 0.05 | 0.96 | 0 | 0.01 | 296.78 | 0.98 | 0.52 |
| Hex | F0 | B | FD | 5 | 60 | 0 | 1 | 129 | 62 | 34 |
| Octal | 360 | 13 | 375 | 5 | 140 | 0 | 1 | 451 | 142 | 64 |
| Binary | 11110000 | 1011 | 11111101 | 101 | 1100000 | 0 | 1 | 100101001 | 1100010 | 110100 |
Color Harmonies of #F00BFD
Complementary color
Monochromatic Colors of #F00BFD
Black with #F00BFD
Text Example
Text Example
White with #F00BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00BFD; }
p { color: rgb(240,11,253); }
H1.HeaderClassName
{
color: #F00BFD;
}
.AnyTagClassName
{
color: #F00BFD;
}
</style>
background-color css
<style>
a { background-color: #F00BFD; }
a { background-color: rgb(240,11,253); }
div.DivClassName
{
background-color: #F00BFD;
}
.BgClassName
{
background-color: #F00BFD;
}
</style>
border-color css
<style>
span { border-color: #F00BFD; }
span { border-color: rgb(240,11,253); }
td.TdClassName
{
border-color: #F00BFD;
}
.TagClassName
{
border-color: #F00BFD;
}
</style>