Shades of Hot Magenta #F803C4
Tints of Hot Magenta #F803C4
RGB
CMYK
RGB Variations
Color information
#F803C4 (or 0xF803C4) is known color: Hot Magenta. HEX triplet: F8, 03 and C4. RGB value is (248,3,196). Sum of RGB (Red+Green+Blue) = 248+3+196=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 3 (1.56% from 255 or 0.67% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F803C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F803C4 is #07FC3B. Grayscale: #616161. Windows color (decimal): -523324 or 12846072. OLE color: 12846072.
HSL color Cylindrical-coordinate representation of color #F803C4: hue angle of 312.73º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F803C4 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 196 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.03 |
| HSL | 312.73º | 0.98% | 0.49% | - |
| HSV(B) | 312.73º | 0.99% | 0.97% | - |
| XYZ | 48.71 | 24.01 | 54.29 | - |
| YUV | 98.26 | 183.17 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 196 | 0 | 0.99 | 0.21 | 0.03 | 312.73 | 0.98 | 0.49 |
| Hex | F8 | 3 | C4 | 0 | 63 | 15 | 3 | 139 | 62 | 31 |
| Octal | 370 | 3 | 304 | 0 | 143 | 25 | 3 | 471 | 142 | 61 |
| Binary | 11111000 | 11 | 11000100 | 0 | 1100011 | 10101 | 11 | 100111001 | 1100010 | 110001 |
Color Harmonies of #F803C4
Complementary color
Monochromatic Colors of #F803C4
Black with #F803C4
Text Example
Text Example
White with #F803C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F803C4; }
p { color: rgb(248,3,196); }
H1.HeaderClassName
{
color: #F803C4;
}
.AnyTagClassName
{
color: #F803C4;
}
</style>
background-color css
<style>
a { background-color: #F803C4; }
a { background-color: rgb(248,3,196); }
div.DivClassName
{
background-color: #F803C4;
}
.BgClassName
{
background-color: #F803C4;
}
</style>
border-color css
<style>
span { border-color: #F803C4; }
span { border-color: rgb(248,3,196); }
td.TdClassName
{
border-color: #F803C4;
}
.TagClassName
{
border-color: #F803C4;
}
</style>