Shades of Pale Magenta #F875DD
Tints of Pale Magenta #F875DD
RGB
CMYK
RGB Variations
Color information
#F875DD (or 0xF875DD) is known color: Pale Magenta. HEX triplet: F8, 75 and DD. RGB value is (248,117,221). Sum of RGB (Red+Green+Blue) = 248+117+221=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 117 (46.09% from 255 or 19.97% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F875DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875DD is #078A22. Grayscale: #A7A7A7. Windows color (decimal): -494115 or 14513656. OLE color: 14513656.
HSL color Cylindrical-coordinate representation of color #F875DD: hue angle of 312.37º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875DD is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 117 | 221 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.03 |
| HSL | 312.37º | 0.9% | 0.72% | - |
| HSV(B) | 312.37º | 0.53% | 0.97% | - |
| XYZ | 58.12 | 37.9 | 72.66 | - |
| YUV | 168.03 | 157.9 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 221 | 0 | 0.53 | 0.11 | 0.03 | 312.37 | 0.9 | 0.72 |
| Hex | F8 | 75 | DD | 0 | 35 | B | 3 | 138 | 5A | 48 |
| Octal | 370 | 165 | 335 | 0 | 65 | 13 | 3 | 470 | 132 | 110 |
| Binary | 11111000 | 1110101 | 11011101 | 0 | 110101 | 1011 | 11 | 100111000 | 1011010 | 1001000 |
Color Harmonies of #F875DD
Complementary color
Monochromatic Colors of #F875DD
Black with #F875DD
Text Example
Text Example
White with #F875DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875DD; }
p { color: rgb(248,117,221); }
H1.HeaderClassName
{
color: #F875DD;
}
.AnyTagClassName
{
color: #F875DD;
}
</style>
background-color css
<style>
a { background-color: #F875DD; }
a { background-color: rgb(248,117,221); }
div.DivClassName
{
background-color: #F875DD;
}
.BgClassName
{
background-color: #F875DD;
}
</style>
border-color css
<style>
span { border-color: #F875DD; }
span { border-color: rgb(248,117,221); }
td.TdClassName
{
border-color: #F875DD;
}
.TagClassName
{
border-color: #F875DD;
}
</style>