Shades of Hot Magenta #F300CB
Tints of Hot Magenta #F300CB
RGB
CMYK
RGB Variations
Color information
#F300CB (or 0xF300CB) is known color: Hot Magenta. HEX triplet: F3, 00 and CB. RGB value is (243,0,203). Sum of RGB (Red+Green+Blue) = 243+0+203=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F300CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300CB is #0CFF34. Grayscale: #5F5F5F. Windows color (decimal): -851765 or 13304051. OLE color: 13304051.
HSL color Cylindrical-coordinate representation of color #F300CB: hue angle of 309.88º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300CB is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.16 | 0.05 |
| HSL | 309.88º | 1% | 0.48% | - |
| HSV(B) | 309.88º | 1% | 0.95% | - |
| XYZ | 47.74 | 23.37 | 58.49 | - |
| YUV | 95.8 | 188.51 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 203 | 0 | 1 | 0.16 | 0.05 | 309.88 | 1 | 0.48 |
| Hex | F3 | 0 | CB | 0 | 64 | 10 | 5 | 136 | 64 | 30 |
| Octal | 363 | 0 | 313 | 0 | 144 | 20 | 5 | 466 | 144 | 60 |
| Binary | 11110011 | 0 | 11001011 | 0 | 1100100 | 10000 | 101 | 100110110 | 1100100 | 110000 |
Color Harmonies of #F300CB
Complementary color
Monochromatic Colors of #F300CB
Black with #F300CB
Text Example
Text Example
White with #F300CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300CB; }
p { color: rgb(243,0,203); }
H1.HeaderClassName
{
color: #F300CB;
}
.AnyTagClassName
{
color: #F300CB;
}
</style>
background-color css
<style>
a { background-color: #F300CB; }
a { background-color: rgb(243,0,203); }
div.DivClassName
{
background-color: #F300CB;
}
.BgClassName
{
background-color: #F300CB;
}
</style>
border-color css
<style>
span { border-color: #F300CB; }
span { border-color: rgb(243,0,203); }
td.TdClassName
{
border-color: #F300CB;
}
.TagClassName
{
border-color: #F300CB;
}
</style>