Shades of Hot Magenta #FF0BCF
Tints of Hot Magenta #FF0BCF
RGB
CMYK
RGB Variations
Color information
#FF0BCF (or 0xFF0BCF) is known color: Hot Magenta. HEX triplet: FF, 0B and CF. RGB value is (255,11,207). Sum of RGB (Red+Green+Blue) = 255+11+207=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 11 (4.69% from 255 or 2.33% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BCF is #00F430. Grayscale: #696969. Windows color (decimal): -62513 or 13569023. OLE color: 13569023.
HSL color Cylindrical-coordinate representation of color #FF0BCF: hue angle of 311.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0BCF is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 207 | - |
| CMYK | 0 | 0.96 | 0.19 | 0 |
| HSL | 311.8º | 1% | 0.52% | - |
| HSV(B) | 311.8º | 0.96% | 1% | - |
| XYZ | 52.62 | 26 | 61.28 | - |
| YUV | 106.3 | 184.84 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 207 | 0 | 0.96 | 0.19 | 0 | 311.8 | 1 | 0.52 |
| Hex | FF | B | CF | 0 | 60 | 13 | 0 | 138 | 64 | 34 |
| Octal | 377 | 13 | 317 | 0 | 140 | 23 | 0 | 470 | 144 | 64 |
| Binary | 11111111 | 1011 | 11001111 | 0 | 1100000 | 10011 | 0 | 100111000 | 1100100 | 110100 |
Color Harmonies of #FF0BCF
Complementary color
Monochromatic Colors of #FF0BCF
Black with #FF0BCF
Text Example
Text Example
White with #FF0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0BCF; }
p { color: rgb(255,11,207); }
H1.HeaderClassName
{
color: #FF0BCF;
}
.AnyTagClassName
{
color: #FF0BCF;
}
</style>
background-color css
<style>
a { background-color: #FF0BCF; }
a { background-color: rgb(255,11,207); }
div.DivClassName
{
background-color: #FF0BCF;
}
.BgClassName
{
background-color: #FF0BCF;
}
</style>
border-color css
<style>
span { border-color: #FF0BCF; }
span { border-color: rgb(255,11,207); }
td.TdClassName
{
border-color: #FF0BCF;
}
.TagClassName
{
border-color: #FF0BCF;
}
</style>