Shades of Pale Magenta #F96DDF
Tints of Pale Magenta #F96DDF
RGB
CMYK
RGB Variations
Color information
#F96DDF (or 0xF96DDF) is known color: Pale Magenta. HEX triplet: F9, 6D and DF. RGB value is (249,109,223). Sum of RGB (Red+Green+Blue) = 249+109+223=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 109 (42.97% from 255 or 18.76% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DDF is #069220. Grayscale: #A3A3A3. Windows color (decimal): -430625 or 14642681. OLE color: 14642681.
HSL color Cylindrical-coordinate representation of color #F96DDF: hue angle of 311.14º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96DDF is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 223 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.02 |
| HSL | 311.14º | 0.92% | 0.7% | - |
| HSV(B) | 311.14º | 0.56% | 0.98% | - |
| XYZ | 57.85 | 36.4 | 73.79 | - |
| YUV | 163.86 | 161.38 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 223 | 0 | 0.56 | 0.10 | 0.02 | 311.14 | 0.92 | 0.7 |
| Hex | F9 | 6D | DF | 0 | 38 | A | 2 | 137 | 5C | 46 |
| Octal | 371 | 155 | 337 | 0 | 70 | 12 | 2 | 467 | 134 | 106 |
| Binary | 11111001 | 1101101 | 11011111 | 0 | 111000 | 1010 | 10 | 100110111 | 1011100 | 1000110 |
Color Harmonies of #F96DDF
Complementary color
Monochromatic Colors of #F96DDF
Black with #F96DDF
Text Example
Text Example
White with #F96DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96DDF; }
p { color: rgb(249,109,223); }
H1.HeaderClassName
{
color: #F96DDF;
}
.AnyTagClassName
{
color: #F96DDF;
}
</style>
background-color css
<style>
a { background-color: #F96DDF; }
a { background-color: rgb(249,109,223); }
div.DivClassName
{
background-color: #F96DDF;
}
.BgClassName
{
background-color: #F96DDF;
}
</style>
border-color css
<style>
span { border-color: #F96DDF; }
span { border-color: rgb(249,109,223); }
td.TdClassName
{
border-color: #F96DDF;
}
.TagClassName
{
border-color: #F96DDF;
}
</style>