Shades of Hot Magenta #F302CC
Tints of Hot Magenta #F302CC
RGB
CMYK
RGB Variations
Color information
#F302CC (or 0xF302CC) is known color: Hot Magenta. HEX triplet: F3, 02 and CC. RGB value is (243,2,204). Sum of RGB (Red+Green+Blue) = 243+2+204=449 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.12% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 243 - color contains mainly: red. Hex color #F302CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F302CC is #0CFD33. Grayscale: #606060. Windows color (decimal): -851252 or 13370099. OLE color: 13370099.
HSL color Cylindrical-coordinate representation of color #F302CC: hue angle of 309.71º 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 #F302CC is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.05 |
| HSL | 309.71º | 0.98% | 0.48% | - |
| HSV(B) | 309.71º | 0.99% | 0.95% | - |
| XYZ | 47.88 | 23.46 | 59.13 | - |
| YUV | 97.09 | 188.34 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 204 | 0 | 0.99 | 0.16 | 0.05 | 309.71 | 0.98 | 0.48 |
| Hex | F3 | 2 | CC | 0 | 63 | 10 | 5 | 136 | 62 | 30 |
| Octal | 363 | 2 | 314 | 0 | 143 | 20 | 5 | 466 | 142 | 60 |
| Binary | 11110011 | 10 | 11001100 | 0 | 1100011 | 10000 | 101 | 100110110 | 1100010 | 110000 |
Color Harmonies of #F302CC
Complementary color
Monochromatic Colors of #F302CC
Black with #F302CC
Text Example
Text Example
White with #F302CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F302CC; }
p { color: rgb(243,2,204); }
H1.HeaderClassName
{
color: #F302CC;
}
.AnyTagClassName
{
color: #F302CC;
}
</style>
background-color css
<style>
a { background-color: #F302CC; }
a { background-color: rgb(243,2,204); }
div.DivClassName
{
background-color: #F302CC;
}
.BgClassName
{
background-color: #F302CC;
}
</style>
border-color css
<style>
span { border-color: #F302CC; }
span { border-color: rgb(243,2,204); }
td.TdClassName
{
border-color: #F302CC;
}
.TagClassName
{
border-color: #F302CC;
}
</style>