Shades of Pale Magenta #F970DF
Tints of Pale Magenta #F970DF
RGB
CMYK
RGB Variations
Color information
#F970DF (or 0xF970DF) is known color: Pale Magenta. HEX triplet: F9, 70 and DF. RGB value is (249,112,223). Sum of RGB (Red+Green+Blue) = 249+112+223=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 112 (44.14% from 255 or 19.18% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F970DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F970DF is #068F20. Grayscale: #A5A5A5. Windows color (decimal): -429857 or 14643449. OLE color: 14643449.
HSL color Cylindrical-coordinate representation of color #F970DF: hue angle of 311.39º 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 #F970DF is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 223 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.02 |
| HSL | 311.39º | 0.92% | 0.71% | - |
| HSV(B) | 311.39º | 0.55% | 0.98% | - |
| XYZ | 58.18 | 37.06 | 73.9 | - |
| YUV | 165.62 | 160.39 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 223 | 0 | 0.55 | 0.10 | 0.02 | 311.39 | 0.92 | 0.71 |
| Hex | F9 | 70 | DF | 0 | 37 | A | 2 | 137 | 5C | 47 |
| Octal | 371 | 160 | 337 | 0 | 67 | 12 | 2 | 467 | 134 | 107 |
| Binary | 11111001 | 1110000 | 11011111 | 0 | 110111 | 1010 | 10 | 100110111 | 1011100 | 1000111 |
Color Harmonies of #F970DF
Complementary color
Monochromatic Colors of #F970DF
Black with #F970DF
Text Example
Text Example
White with #F970DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F970DF; }
p { color: rgb(249,112,223); }
H1.HeaderClassName
{
color: #F970DF;
}
.AnyTagClassName
{
color: #F970DF;
}
</style>
background-color css
<style>
a { background-color: #F970DF; }
a { background-color: rgb(249,112,223); }
div.DivClassName
{
background-color: #F970DF;
}
.BgClassName
{
background-color: #F970DF;
}
</style>
border-color css
<style>
span { border-color: #F970DF; }
span { border-color: rgb(249,112,223); }
td.TdClassName
{
border-color: #F970DF;
}
.TagClassName
{
border-color: #F970DF;
}
</style>