Shades of Hot Magenta #F309CF
Tints of Hot Magenta #F309CF
RGB
CMYK
RGB Variations
Color information
#F309CF (or 0xF309CF) is known color: Hot Magenta. HEX triplet: F3, 09 and CF. RGB value is (243,9,207). Sum of RGB (Red+Green+Blue) = 243+9+207=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 9 (3.91% from 255 or 1.96% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F309CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F309CF is #0CF630. Grayscale: #646464. Windows color (decimal): -849457 or 13568499. OLE color: 13568499.
HSL color Cylindrical-coordinate representation of color #F309CF: hue angle of 309.23º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F309CF is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.05 |
| HSL | 309.23º | 0.93% | 0.49% | - |
| HSV(B) | 309.23º | 0.96% | 0.95% | - |
| XYZ | 48.32 | 23.76 | 61.07 | - |
| YUV | 101.54 | 187.52 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 207 | 0 | 0.96 | 0.15 | 0.05 | 309.23 | 0.93 | 0.49 |
| Hex | F3 | 9 | CF | 0 | 60 | F | 5 | 135 | 5D | 31 |
| Octal | 363 | 11 | 317 | 0 | 140 | 17 | 5 | 465 | 135 | 61 |
| Binary | 11110011 | 1001 | 11001111 | 0 | 1100000 | 1111 | 101 | 100110101 | 1011101 | 110001 |
Color Harmonies of #F309CF
Complementary color
Monochromatic Colors of #F309CF
Black with #F309CF
Text Example
Text Example
White with #F309CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F309CF; }
p { color: rgb(243,9,207); }
H1.HeaderClassName
{
color: #F309CF;
}
.AnyTagClassName
{
color: #F309CF;
}
</style>
background-color css
<style>
a { background-color: #F309CF; }
a { background-color: rgb(243,9,207); }
div.DivClassName
{
background-color: #F309CF;
}
.BgClassName
{
background-color: #F309CF;
}
</style>
border-color css
<style>
span { border-color: #F309CF; }
span { border-color: rgb(243,9,207); }
td.TdClassName
{
border-color: #F309CF;
}
.TagClassName
{
border-color: #F309CF;
}
</style>