Shades of Hot Magenta #F701CA
Tints of Hot Magenta #F701CA
RGB
CMYK
RGB Variations
Color information
#F701CA (or 0xF701CA) is known color: Hot Magenta. HEX triplet: F7, 01 and CA. RGB value is (247,1,202). Sum of RGB (Red+Green+Blue) = 247+1+202=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F701CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701CA is #08FE35. Grayscale: #606060. Windows color (decimal): -589366 or 13238775. OLE color: 13238775.
HSL color Cylindrical-coordinate representation of color #F701CA: hue angle of 310.98º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701CA is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 202 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.03 |
| HSL | 310.98º | 0.99% | 0.49% | - |
| HSV(B) | 310.98º | 1% | 0.97% | - |
| XYZ | 49.03 | 24.06 | 57.94 | - |
| YUV | 97.47 | 187 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 202 | 0 | 1.00 | 0.18 | 0.03 | 310.98 | 0.99 | 0.49 |
| Hex | F7 | 1 | CA | 0 | 64 | 12 | 3 | 137 | 63 | 31 |
| Octal | 367 | 1 | 312 | 0 | 144 | 22 | 3 | 467 | 143 | 61 |
| Binary | 11110111 | 1 | 11001010 | 0 | 1100100 | 10010 | 11 | 100110111 | 1100011 | 110001 |
Color Harmonies of #F701CA
Complementary color
Monochromatic Colors of #F701CA
Black with #F701CA
Text Example
Text Example
White with #F701CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701CA; }
p { color: rgb(247,1,202); }
H1.HeaderClassName
{
color: #F701CA;
}
.AnyTagClassName
{
color: #F701CA;
}
</style>
background-color css
<style>
a { background-color: #F701CA; }
a { background-color: rgb(247,1,202); }
div.DivClassName
{
background-color: #F701CA;
}
.BgClassName
{
background-color: #F701CA;
}
</style>
border-color css
<style>
span { border-color: #F701CA; }
span { border-color: rgb(247,1,202); }
td.TdClassName
{
border-color: #F701CA;
}
.TagClassName
{
border-color: #F701CA;
}
</style>