Shades of Hot Magenta #F306CF
Tints of Hot Magenta #F306CF
RGB
CMYK
RGB Variations
Color information
#F306CF (or 0xF306CF) is known color: Hot Magenta. HEX triplet: F3, 06 and CF. RGB value is (243,6,207). Sum of RGB (Red+Green+Blue) = 243+6+207=456 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.29% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 243 - color contains mainly: red. Hex color #F306CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F306CF is #0CF930. Grayscale: #636363. Windows color (decimal): -850225 or 13567731. OLE color: 13567731.
HSL color Cylindrical-coordinate representation of color #F306CF: hue angle of 309.11º degrees, saturation: 0.95, 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 #F306CF is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 6 | 207 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.05 |
| HSL | 309.11º | 0.95% | 0.49% | - |
| HSV(B) | 309.11º | 0.98% | 0.95% | - |
| XYZ | 48.29 | 23.69 | 61.06 | - |
| YUV | 99.78 | 188.52 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 6 | 207 | 0 | 0.98 | 0.15 | 0.05 | 309.11 | 0.95 | 0.49 |
| Hex | F3 | 6 | CF | 0 | 62 | F | 5 | 135 | 5F | 31 |
| Octal | 363 | 6 | 317 | 0 | 142 | 17 | 5 | 465 | 137 | 61 |
| Binary | 11110011 | 110 | 11001111 | 0 | 1100010 | 1111 | 101 | 100110101 | 1011111 | 110001 |
Color Harmonies of #F306CF
Complementary color
Monochromatic Colors of #F306CF
Black with #F306CF
Text Example
Text Example
White with #F306CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F306CF; }
p { color: rgb(243,6,207); }
H1.HeaderClassName
{
color: #F306CF;
}
.AnyTagClassName
{
color: #F306CF;
}
</style>
background-color css
<style>
a { background-color: #F306CF; }
a { background-color: rgb(243,6,207); }
div.DivClassName
{
background-color: #F306CF;
}
.BgClassName
{
background-color: #F306CF;
}
</style>
border-color css
<style>
span { border-color: #F306CF; }
span { border-color: rgb(243,6,207); }
td.TdClassName
{
border-color: #F306CF;
}
.TagClassName
{
border-color: #F306CF;
}
</style>