Shades of Pale Magenta #F87FDD
Tints of Pale Magenta #F87FDD
RGB
CMYK
RGB Variations
Color information
#F87FDD (or 0xF87FDD) is known color: Pale Magenta. HEX triplet: F8, 7F and DD. RGB value is (248,127,221). Sum of RGB (Red+Green+Blue) = 248+127+221=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 127 (50% from 255 or 21.31% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FDD is #078022. Grayscale: #ADADAD. Windows color (decimal): -491555 or 14516216. OLE color: 14516216.
HSL color Cylindrical-coordinate representation of color #F87FDD: hue angle of 313.39º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FDD is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 221 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.03 |
| HSL | 313.39º | 0.9% | 0.74% | - |
| HSV(B) | 313.39º | 0.49% | 0.97% | - |
| XYZ | 59.35 | 40.36 | 73.07 | - |
| YUV | 173.9 | 154.59 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 221 | 0 | 0.49 | 0.11 | 0.03 | 313.39 | 0.9 | 0.74 |
| Hex | F8 | 7F | DD | 0 | 31 | B | 3 | 139 | 5A | 4A |
| Octal | 370 | 177 | 335 | 0 | 61 | 13 | 3 | 471 | 132 | 112 |
| Binary | 11111000 | 1111111 | 11011101 | 0 | 110001 | 1011 | 11 | 100111001 | 1011010 | 1001010 |
Color Harmonies of #F87FDD
Complementary color
Monochromatic Colors of #F87FDD
Black with #F87FDD
Text Example
Text Example
White with #F87FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87FDD; }
p { color: rgb(248,127,221); }
H1.HeaderClassName
{
color: #F87FDD;
}
.AnyTagClassName
{
color: #F87FDD;
}
</style>
background-color css
<style>
a { background-color: #F87FDD; }
a { background-color: rgb(248,127,221); }
div.DivClassName
{
background-color: #F87FDD;
}
.BgClassName
{
background-color: #F87FDD;
}
</style>
border-color css
<style>
span { border-color: #F87FDD; }
span { border-color: rgb(248,127,221); }
td.TdClassName
{
border-color: #F87FDD;
}
.TagClassName
{
border-color: #F87FDD;
}
</style>