Shades of Pale Magenta #F974DF
Tints of Pale Magenta #F974DF
RGB
CMYK
RGB Variations
Color information
#F974DF (or 0xF974DF) is known color: Pale Magenta. HEX triplet: F9, 74 and DF. RGB value is (249,116,223). Sum of RGB (Red+Green+Blue) = 249+116+223=588 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.35% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 249 - color contains mainly: red. Hex color #F974DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F974DF is #068B20. Grayscale: #A7A7A7. Windows color (decimal): -428833 or 14644473. OLE color: 14644473.
HSL color Cylindrical-coordinate representation of color #F974DF: hue angle of 311.73º 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 #F974DF is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 223 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.02 |
| HSL | 311.73º | 0.92% | 0.72% | - |
| HSV(B) | 311.73º | 0.53% | 0.98% | - |
| XYZ | 58.63 | 37.96 | 74.05 | - |
| YUV | 167.97 | 159.06 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 223 | 0 | 0.53 | 0.10 | 0.02 | 311.73 | 0.92 | 0.72 |
| Hex | F9 | 74 | DF | 0 | 35 | A | 2 | 138 | 5C | 48 |
| Octal | 371 | 164 | 337 | 0 | 65 | 12 | 2 | 470 | 134 | 110 |
| Binary | 11111001 | 1110100 | 11011111 | 0 | 110101 | 1010 | 10 | 100111000 | 1011100 | 1001000 |
Color Harmonies of #F974DF
Complementary color
Monochromatic Colors of #F974DF
Black with #F974DF
Text Example
Text Example
White with #F974DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F974DF; }
p { color: rgb(249,116,223); }
H1.HeaderClassName
{
color: #F974DF;
}
.AnyTagClassName
{
color: #F974DF;
}
</style>
background-color css
<style>
a { background-color: #F974DF; }
a { background-color: rgb(249,116,223); }
div.DivClassName
{
background-color: #F974DF;
}
.BgClassName
{
background-color: #F974DF;
}
</style>
border-color css
<style>
span { border-color: #F974DF; }
span { border-color: rgb(249,116,223); }
td.TdClassName
{
border-color: #F974DF;
}
.TagClassName
{
border-color: #F974DF;
}
</style>