Shades of Hot Magenta #F505CA
Tints of Hot Magenta #F505CA
RGB
CMYK
RGB Variations
Color information
#F505CA (or 0xF505CA) is known color: Hot Magenta. HEX triplet: F5, 05 and CA. RGB value is (245,5,202). Sum of RGB (Red+Green+Blue) = 245+5+202=452 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.20% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 245 - color contains mainly: red. Hex color #F505CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505CA is #0AFA35. Grayscale: #626262. Windows color (decimal): -719414 or 13239797. OLE color: 13239797.
HSL color Cylindrical-coordinate representation of color #F505CA: hue angle of 310.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505CA is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 202 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.04 |
| HSL | 310.75º | 0.96% | 0.49% | - |
| HSV(B) | 310.75º | 0.98% | 0.96% | - |
| XYZ | 48.37 | 23.79 | 57.92 | - |
| YUV | 99.22 | 186.01 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 202 | 0 | 0.98 | 0.18 | 0.04 | 310.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | CA | 0 | 62 | 12 | 4 | 137 | 60 | 31 |
| Octal | 365 | 5 | 312 | 0 | 142 | 22 | 4 | 467 | 140 | 61 |
| Binary | 11110101 | 101 | 11001010 | 0 | 1100010 | 10010 | 100 | 100110111 | 1100000 | 110001 |
Color Harmonies of #F505CA
Complementary color
Monochromatic Colors of #F505CA
Black with #F505CA
Text Example
Text Example
White with #F505CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505CA; }
p { color: rgb(245,5,202); }
H1.HeaderClassName
{
color: #F505CA;
}
.AnyTagClassName
{
color: #F505CA;
}
</style>
background-color css
<style>
a { background-color: #F505CA; }
a { background-color: rgb(245,5,202); }
div.DivClassName
{
background-color: #F505CA;
}
.BgClassName
{
background-color: #F505CA;
}
</style>
border-color css
<style>
span { border-color: #F505CA; }
span { border-color: rgb(245,5,202); }
td.TdClassName
{
border-color: #F505CA;
}
.TagClassName
{
border-color: #F505CA;
}
</style>