Shades of Hot Magenta #F305C5
Tints of Hot Magenta #F305C5
RGB
CMYK
RGB Variations
Color information
#F305C5 (or 0xF305C5) is known color: Hot Magenta. HEX triplet: F3, 05 and C5. RGB value is (243,5,197). Sum of RGB (Red+Green+Blue) = 243+5+197=445 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.61% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 197 (77.34% from 255 or 44.27% from 445); Max value from RGB is 243 - color contains mainly: red. Hex color #F305C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F305C5 is #0CFA3A. Grayscale: #616161. Windows color (decimal): -850491 or 12912115. OLE color: 12912115.
HSL color Cylindrical-coordinate representation of color #F305C5: hue angle of 311.6º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F305C5 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 197 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.05 |
| HSL | 311.6º | 0.96% | 0.49% | - |
| HSV(B) | 311.6º | 0.98% | 0.95% | - |
| XYZ | 47.09 | 23.19 | 54.82 | - |
| YUV | 98.05 | 183.85 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 197 | 0 | 0.98 | 0.19 | 0.05 | 311.6 | 0.96 | 0.49 |
| Hex | F3 | 5 | C5 | 0 | 62 | 13 | 5 | 138 | 60 | 31 |
| Octal | 363 | 5 | 305 | 0 | 142 | 23 | 5 | 470 | 140 | 61 |
| Binary | 11110011 | 101 | 11000101 | 0 | 1100010 | 10011 | 101 | 100111000 | 1100000 | 110001 |
Color Harmonies of #F305C5
Complementary color
Monochromatic Colors of #F305C5
Black with #F305C5
Text Example
Text Example
White with #F305C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305C5; }
p { color: rgb(243,5,197); }
H1.HeaderClassName
{
color: #F305C5;
}
.AnyTagClassName
{
color: #F305C5;
}
</style>
background-color css
<style>
a { background-color: #F305C5; }
a { background-color: rgb(243,5,197); }
div.DivClassName
{
background-color: #F305C5;
}
.BgClassName
{
background-color: #F305C5;
}
</style>
border-color css
<style>
span { border-color: #F305C5; }
span { border-color: rgb(243,5,197); }
td.TdClassName
{
border-color: #F305C5;
}
.TagClassName
{
border-color: #F305C5;
}
</style>