Shades of Pale Magenta #F975D8
Tints of Pale Magenta #F975D8
RGB
CMYK
RGB Variations
Color information
#F975D8 (or 0xF975D8) is known color: Pale Magenta. HEX triplet: F9, 75 and D8. RGB value is (249,117,216). Sum of RGB (Red+Green+Blue) = 249+117+216=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F975D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F975D8 is #068A27. Grayscale: #A7A7A7. Windows color (decimal): -428584 or 14185977. OLE color: 14185977.
HSL color Cylindrical-coordinate representation of color #F975D8: hue angle of 315º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F975D8 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 216 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.02 |
| HSL | 315º | 0.92% | 0.72% | - |
| HSV(B) | 315º | 0.53% | 0.98% | - |
| XYZ | 57.82 | 37.82 | 69.22 | - |
| YUV | 167.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 216 | 0 | 0.53 | 0.13 | 0.02 | 315 | 0.92 | 0.72 |
| Hex | F9 | 75 | D8 | 0 | 35 | D | 2 | 13B | 5C | 48 |
| Octal | 371 | 165 | 330 | 0 | 65 | 15 | 2 | 473 | 134 | 110 |
| Binary | 11111001 | 1110101 | 11011000 | 0 | 110101 | 1101 | 10 | 100111011 | 1011100 | 1001000 |
Color Harmonies of #F975D8
Complementary color
Monochromatic Colors of #F975D8
Black with #F975D8
Text Example
Text Example
White with #F975D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F975D8; }
p { color: rgb(249,117,216); }
H1.HeaderClassName
{
color: #F975D8;
}
.AnyTagClassName
{
color: #F975D8;
}
</style>
background-color css
<style>
a { background-color: #F975D8; }
a { background-color: rgb(249,117,216); }
div.DivClassName
{
background-color: #F975D8;
}
.BgClassName
{
background-color: #F975D8;
}
</style>
border-color css
<style>
span { border-color: #F975D8; }
span { border-color: rgb(249,117,216); }
td.TdClassName
{
border-color: #F975D8;
}
.TagClassName
{
border-color: #F975D8;
}
</style>