Shades of Hot Magenta #F303CF
Tints of Hot Magenta #F303CF
RGB
CMYK
RGB Variations
Color information
#F303CF (or 0xF303CF) is known color: Hot Magenta. HEX triplet: F3, 03 and CF. RGB value is (243,3,207). Sum of RGB (Red+Green+Blue) = 243+3+207=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 3 (1.56% from 255 or 0.66% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F303CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F303CF is #0CFC30. Grayscale: #616161. Windows color (decimal): -850993 or 13566963. OLE color: 13566963.
HSL color Cylindrical-coordinate representation of color #F303CF: hue angle of 309º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F303CF is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 3 | 207 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.05 |
| HSL | 309º | 0.98% | 0.48% | - |
| HSV(B) | 309º | 0.99% | 0.95% | - |
| XYZ | 48.26 | 23.62 | 61.05 | - |
| YUV | 98.02 | 189.51 | 231.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 3 | 207 | 0 | 0.99 | 0.15 | 0.05 | 309 | 0.98 | 0.48 |
| Hex | F3 | 3 | CF | 0 | 63 | F | 5 | 135 | 62 | 30 |
| Octal | 363 | 3 | 317 | 0 | 143 | 17 | 5 | 465 | 142 | 60 |
| Binary | 11110011 | 11 | 11001111 | 0 | 1100011 | 1111 | 101 | 100110101 | 1100010 | 110000 |
Color Harmonies of #F303CF
Complementary color
Monochromatic Colors of #F303CF
Black with #F303CF
Text Example
Text Example
White with #F303CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F303CF; }
p { color: rgb(243,3,207); }
H1.HeaderClassName
{
color: #F303CF;
}
.AnyTagClassName
{
color: #F303CF;
}
</style>
background-color css
<style>
a { background-color: #F303CF; }
a { background-color: rgb(243,3,207); }
div.DivClassName
{
background-color: #F303CF;
}
.BgClassName
{
background-color: #F303CF;
}
</style>
border-color css
<style>
span { border-color: #F303CF; }
span { border-color: rgb(243,3,207); }
td.TdClassName
{
border-color: #F303CF;
}
.TagClassName
{
border-color: #F303CF;
}
</style>