Shades of Hot Magenta #F305CF
Tints of Hot Magenta #F305CF
RGB
CMYK
RGB Variations
Color information
#F305CF (or 0xF305CF) is known color: Hot Magenta. HEX triplet: F3, 05 and CF. RGB value is (243,5,207). Sum of RGB (Red+Green+Blue) = 243+5+207=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F305CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F305CF is #0CFA30. Grayscale: #626262. Windows color (decimal): -850481 or 13567475. OLE color: 13567475.
HSL color Cylindrical-coordinate representation of color #F305CF: hue angle of 309.08º 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 #F305CF is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.05 |
| HSL | 309.08º | 0.96% | 0.49% | - |
| HSV(B) | 309.08º | 0.98% | 0.95% | - |
| XYZ | 48.28 | 23.67 | 61.06 | - |
| YUV | 99.19 | 188.85 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 207 | 0 | 0.98 | 0.15 | 0.05 | 309.08 | 0.96 | 0.49 |
| Hex | F3 | 5 | CF | 0 | 62 | F | 5 | 135 | 60 | 31 |
| Octal | 363 | 5 | 317 | 0 | 142 | 17 | 5 | 465 | 140 | 61 |
| Binary | 11110011 | 101 | 11001111 | 0 | 1100010 | 1111 | 101 | 100110101 | 1100000 | 110001 |
Color Harmonies of #F305CF
Complementary color
Monochromatic Colors of #F305CF
Black with #F305CF
Text Example
Text Example
White with #F305CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F305CF; }
p { color: rgb(243,5,207); }
H1.HeaderClassName
{
color: #F305CF;
}
.AnyTagClassName
{
color: #F305CF;
}
</style>
background-color css
<style>
a { background-color: #F305CF; }
a { background-color: rgb(243,5,207); }
div.DivClassName
{
background-color: #F305CF;
}
.BgClassName
{
background-color: #F305CF;
}
</style>
border-color css
<style>
span { border-color: #F305CF; }
span { border-color: rgb(243,5,207); }
td.TdClassName
{
border-color: #F305CF;
}
.TagClassName
{
border-color: #F305CF;
}
</style>