Shades of Hot Magenta #F302CF
Tints of Hot Magenta #F302CF
RGB
CMYK
RGB Variations
Color information
#F302CF (or 0xF302CF) is known color: Hot Magenta. HEX triplet: F3, 02 and CF. RGB value is (243,2,207). Sum of RGB (Red+Green+Blue) = 243+2+207=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F302CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F302CF is #0CFD30. Grayscale: #606060. Windows color (decimal): -851249 or 13566707. OLE color: 13566707.
HSL color Cylindrical-coordinate representation of color #F302CF: hue angle of 308.96º 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 #F302CF is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 207 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.05 |
| HSL | 308.96º | 0.98% | 0.48% | - |
| HSV(B) | 308.96º | 0.99% | 0.95% | - |
| XYZ | 48.25 | 23.6 | 61.04 | - |
| YUV | 97.43 | 189.84 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 207 | 0 | 0.99 | 0.15 | 0.05 | 308.96 | 0.98 | 0.48 |
| Hex | F3 | 2 | CF | 0 | 63 | F | 5 | 135 | 62 | 30 |
| Octal | 363 | 2 | 317 | 0 | 143 | 17 | 5 | 465 | 142 | 60 |
| Binary | 11110011 | 10 | 11001111 | 0 | 1100011 | 1111 | 101 | 100110101 | 1100010 | 110000 |
Color Harmonies of #F302CF
Complementary color
Monochromatic Colors of #F302CF
Black with #F302CF
Text Example
Text Example
White with #F302CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302CF; }
p { color: rgb(243,2,207); }
H1.HeaderClassName
{
color: #F302CF;
}
.AnyTagClassName
{
color: #F302CF;
}
</style>
background-color css
<style>
a { background-color: #F302CF; }
a { background-color: rgb(243,2,207); }
div.DivClassName
{
background-color: #F302CF;
}
.BgClassName
{
background-color: #F302CF;
}
</style>
border-color css
<style>
span { border-color: #F302CF; }
span { border-color: rgb(243,2,207); }
td.TdClassName
{
border-color: #F302CF;
}
.TagClassName
{
border-color: #F302CF;
}
</style>