Shades of Hot Magenta #F501CB
Tints of Hot Magenta #F501CB
RGB
CMYK
RGB Variations
Color information
#F501CB (or 0xF501CB) is known color: Hot Magenta. HEX triplet: F5, 01 and CB. RGB value is (245,1,203). Sum of RGB (Red+Green+Blue) = 245+1+203=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F501CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F501CB is #0AFE34. Grayscale: #606060. Windows color (decimal): -720437 or 13304309. OLE color: 13304309.
HSL color Cylindrical-coordinate representation of color #F501CB: hue angle of 310.33º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F501CB is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.04 |
| HSL | 310.33º | 0.99% | 0.48% | - |
| HSV(B) | 310.33º | 1% | 0.96% | - |
| XYZ | 48.45 | 23.75 | 58.53 | - |
| YUV | 96.98 | 187.84 | 233.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 203 | 0 | 1.00 | 0.17 | 0.04 | 310.33 | 0.99 | 0.48 |
| Hex | F5 | 1 | CB | 0 | 64 | 11 | 4 | 136 | 63 | 30 |
| Octal | 365 | 1 | 313 | 0 | 144 | 21 | 4 | 466 | 143 | 60 |
| Binary | 11110101 | 1 | 11001011 | 0 | 1100100 | 10001 | 100 | 100110110 | 1100011 | 110000 |
Color Harmonies of #F501CB
Complementary color
Monochromatic Colors of #F501CB
Black with #F501CB
Text Example
Text Example
White with #F501CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F501CB; }
p { color: rgb(245,1,203); }
H1.HeaderClassName
{
color: #F501CB;
}
.AnyTagClassName
{
color: #F501CB;
}
</style>
background-color css
<style>
a { background-color: #F501CB; }
a { background-color: rgb(245,1,203); }
div.DivClassName
{
background-color: #F501CB;
}
.BgClassName
{
background-color: #F501CB;
}
</style>
border-color css
<style>
span { border-color: #F501CB; }
span { border-color: rgb(245,1,203); }
td.TdClassName
{
border-color: #F501CB;
}
.TagClassName
{
border-color: #F501CB;
}
</style>