Shades of Hot Magenta #F30CCF
Tints of Hot Magenta #F30CCF
RGB
CMYK
RGB Variations
Color information
#F30CCF (or 0xF30CCF) is known color: Hot Magenta. HEX triplet: F3, 0C and CF. RGB value is (243,12,207). Sum of RGB (Red+Green+Blue) = 243+12+207=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 12 (5.08% from 255 or 2.60% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30CCF is #0CF330. Grayscale: #666666. Windows color (decimal): -848689 or 13569267. OLE color: 13569267.
HSL color Cylindrical-coordinate representation of color #F30CCF: hue angle of 309.35º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30CCF is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 207 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.05 |
| HSL | 309.35º | 0.91% | 0.5% | - |
| HSV(B) | 309.35º | 0.95% | 0.95% | - |
| XYZ | 48.36 | 23.82 | 61.08 | - |
| YUV | 103.3 | 186.53 | 227.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 207 | 0 | 0.95 | 0.15 | 0.05 | 309.35 | 0.91 | 0.5 |
| Hex | F3 | C | CF | 0 | 5F | F | 5 | 135 | 5B | 32 |
| Octal | 363 | 14 | 317 | 0 | 137 | 17 | 5 | 465 | 133 | 62 |
| Binary | 11110011 | 1100 | 11001111 | 0 | 1011111 | 1111 | 101 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F30CCF
Complementary color
Monochromatic Colors of #F30CCF
Black with #F30CCF
Text Example
Text Example
White with #F30CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CCF; }
p { color: rgb(243,12,207); }
H1.HeaderClassName
{
color: #F30CCF;
}
.AnyTagClassName
{
color: #F30CCF;
}
</style>
background-color css
<style>
a { background-color: #F30CCF; }
a { background-color: rgb(243,12,207); }
div.DivClassName
{
background-color: #F30CCF;
}
.BgClassName
{
background-color: #F30CCF;
}
</style>
border-color css
<style>
span { border-color: #F30CCF; }
span { border-color: rgb(243,12,207); }
td.TdClassName
{
border-color: #F30CCF;
}
.TagClassName
{
border-color: #F30CCF;
}
</style>