Shades of Pale Magenta #F874DC
Tints of Pale Magenta #F874DC
RGB
CMYK
RGB Variations
Color information
#F874DC (or 0xF874DC) is known color: Pale Magenta. HEX triplet: F8, 74 and DC. RGB value is (248,116,220). Sum of RGB (Red+Green+Blue) = 248+116+220=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 116 (45.70% from 255 or 19.86% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F874DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874DC is #078B23. Grayscale: #A7A7A7. Windows color (decimal): -494372 or 14447864. OLE color: 14447864.
HSL color Cylindrical-coordinate representation of color #F874DC: hue angle of 312.73º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F874DC is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 220 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.03 |
| HSL | 312.73º | 0.9% | 0.71% | - |
| HSV(B) | 312.73º | 0.53% | 0.97% | - |
| XYZ | 57.88 | 37.61 | 71.92 | - |
| YUV | 167.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 220 | 0 | 0.53 | 0.11 | 0.03 | 312.73 | 0.9 | 0.71 |
| Hex | F8 | 74 | DC | 0 | 35 | B | 3 | 139 | 5A | 47 |
| Octal | 370 | 164 | 334 | 0 | 65 | 13 | 3 | 471 | 132 | 107 |
| Binary | 11111000 | 1110100 | 11011100 | 0 | 110101 | 1011 | 11 | 100111001 | 1011010 | 1000111 |
Color Harmonies of #F874DC
Complementary color
Monochromatic Colors of #F874DC
Black with #F874DC
Text Example
Text Example
White with #F874DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F874DC; }
p { color: rgb(248,116,220); }
H1.HeaderClassName
{
color: #F874DC;
}
.AnyTagClassName
{
color: #F874DC;
}
</style>
background-color css
<style>
a { background-color: #F874DC; }
a { background-color: rgb(248,116,220); }
div.DivClassName
{
background-color: #F874DC;
}
.BgClassName
{
background-color: #F874DC;
}
</style>
border-color css
<style>
span { border-color: #F874DC; }
span { border-color: rgb(248,116,220); }
td.TdClassName
{
border-color: #F874DC;
}
.TagClassName
{
border-color: #F874DC;
}
</style>