Shades of Pale Magenta #F970DD
Tints of Pale Magenta #F970DD
RGB
CMYK
RGB Variations
Color information
#F970DD (or 0xF970DD) is known color: Pale Magenta. HEX triplet: F9, 70 and DD. RGB value is (249,112,221). Sum of RGB (Red+Green+Blue) = 249+112+221=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 112 (44.14% from 255 or 19.24% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 249 - color contains mainly: red. Hex color #F970DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970DD is #068F22. Grayscale: #A5A5A5. Windows color (decimal): -429859 or 14512377. OLE color: 14512377.
HSL color Cylindrical-coordinate representation of color #F970DD: hue angle of 312.26º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F970DD is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 221 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.02 |
| HSL | 312.26º | 0.92% | 0.71% | - |
| HSV(B) | 312.26º | 0.55% | 0.98% | - |
| XYZ | 57.91 | 36.95 | 72.49 | - |
| YUV | 165.39 | 159.39 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 221 | 0 | 0.55 | 0.11 | 0.02 | 312.26 | 0.92 | 0.71 |
| Hex | F9 | 70 | DD | 0 | 37 | B | 2 | 138 | 5C | 47 |
| Octal | 371 | 160 | 335 | 0 | 67 | 13 | 2 | 470 | 134 | 107 |
| Binary | 11111001 | 1110000 | 11011101 | 0 | 110111 | 1011 | 10 | 100111000 | 1011100 | 1000111 |
Color Harmonies of #F970DD
Complementary color
Monochromatic Colors of #F970DD
Black with #F970DD
Text Example
Text Example
White with #F970DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970DD; }
p { color: rgb(249,112,221); }
H1.HeaderClassName
{
color: #F970DD;
}
.AnyTagClassName
{
color: #F970DD;
}
</style>
background-color css
<style>
a { background-color: #F970DD; }
a { background-color: rgb(249,112,221); }
div.DivClassName
{
background-color: #F970DD;
}
.BgClassName
{
background-color: #F970DD;
}
</style>
border-color css
<style>
span { border-color: #F970DD; }
span { border-color: rgb(249,112,221); }
td.TdClassName
{
border-color: #F970DD;
}
.TagClassName
{
border-color: #F970DD;
}
</style>