Shades of Hot Magenta #F301CB
Tints of Hot Magenta #F301CB
RGB
CMYK
RGB Variations
Color information
#F301CB (or 0xF301CB) is known color: Hot Magenta. HEX triplet: F3, 01 and CB. RGB value is (243,1,203). Sum of RGB (Red+Green+Blue) = 243+1+203=447 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.36% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 243 - color contains mainly: red. Hex color #F301CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F301CB is #0CFE34. Grayscale: #5F5F5F. Windows color (decimal): -851509 or 13304307. OLE color: 13304307.
HSL color Cylindrical-coordinate representation of color #F301CB: hue angle of 309.92º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F301CB is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.05 |
| HSL | 309.92º | 0.99% | 0.48% | - |
| HSV(B) | 309.92º | 1% | 0.95% | - |
| XYZ | 47.75 | 23.39 | 58.5 | - |
| YUV | 96.39 | 188.17 | 232.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 203 | 0 | 1.00 | 0.16 | 0.05 | 309.92 | 0.99 | 0.48 |
| Hex | F3 | 1 | CB | 0 | 64 | 10 | 5 | 136 | 63 | 30 |
| Octal | 363 | 1 | 313 | 0 | 144 | 20 | 5 | 466 | 143 | 60 |
| Binary | 11110011 | 1 | 11001011 | 0 | 1100100 | 10000 | 101 | 100110110 | 1100011 | 110000 |
Color Harmonies of #F301CB
Complementary color
Monochromatic Colors of #F301CB
Black with #F301CB
Text Example
Text Example
White with #F301CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F301CB; }
p { color: rgb(243,1,203); }
H1.HeaderClassName
{
color: #F301CB;
}
.AnyTagClassName
{
color: #F301CB;
}
</style>
background-color css
<style>
a { background-color: #F301CB; }
a { background-color: rgb(243,1,203); }
div.DivClassName
{
background-color: #F301CB;
}
.BgClassName
{
background-color: #F301CB;
}
</style>
border-color css
<style>
span { border-color: #F301CB; }
span { border-color: rgb(243,1,203); }
td.TdClassName
{
border-color: #F301CB;
}
.TagClassName
{
border-color: #F301CB;
}
</style>