Shades of Hot Magenta #FB15DF
Tints of Hot Magenta #FB15DF
RGB
CMYK
RGB Variations
Color information
#FB15DF (or 0xFB15DF) is known color: Hot Magenta. HEX triplet: FB, 15 and DF. RGB value is (251,21,223). Sum of RGB (Red+Green+Blue) = 251+21+223=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 21 (8.59% from 255 or 4.24% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB15DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB15DF is #04EA20. Grayscale: #707070. Windows color (decimal): -322081 or 14620155. OLE color: 14620155.
HSL color Cylindrical-coordinate representation of color #FB15DF: hue angle of 307.3º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB15DF is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 223 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.02 |
| HSL | 307.3º | 0.97% | 0.53% | - |
| HSV(B) | 307.3º | 0.92% | 0.98% | - |
| XYZ | 53.37 | 26.37 | 72.09 | - |
| YUV | 112.8 | 190.2 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 223 | 0 | 0.92 | 0.11 | 0.02 | 307.3 | 0.97 | 0.53 |
| Hex | FB | 15 | DF | 0 | 5C | B | 2 | 133 | 61 | 35 |
| Octal | 373 | 25 | 337 | 0 | 134 | 13 | 2 | 463 | 141 | 65 |
| Binary | 11111011 | 10101 | 11011111 | 0 | 1011100 | 1011 | 10 | 100110011 | 1100001 | 110101 |
Color Harmonies of #FB15DF
Complementary color
Monochromatic Colors of #FB15DF
Black with #FB15DF
Text Example
Text Example
White with #FB15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB15DF; }
p { color: rgb(251,21,223); }
H1.HeaderClassName
{
color: #FB15DF;
}
.AnyTagClassName
{
color: #FB15DF;
}
</style>
background-color css
<style>
a { background-color: #FB15DF; }
a { background-color: rgb(251,21,223); }
div.DivClassName
{
background-color: #FB15DF;
}
.BgClassName
{
background-color: #FB15DF;
}
</style>
border-color css
<style>
span { border-color: #FB15DF; }
span { border-color: rgb(251,21,223); }
td.TdClassName
{
border-color: #FB15DF;
}
.TagClassName
{
border-color: #FB15DF;
}
</style>