Shades of Pale Magenta #F96FDD
Tints of Pale Magenta #F96FDD
RGB
CMYK
RGB Variations
Color information
#F96FDD (or 0xF96FDD) is known color: Pale Magenta. HEX triplet: F9, 6F and DD. RGB value is (249,111,221). Sum of RGB (Red+Green+Blue) = 249+111+221=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 111 (43.75% from 255 or 19.10% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96FDD is #069022. Grayscale: #A4A4A4. Windows color (decimal): -430115 or 14512121. OLE color: 14512121.
HSL color Cylindrical-coordinate representation of color #F96FDD: hue angle of 312.17º 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 #F96FDD is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 221 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.02 |
| HSL | 312.17º | 0.92% | 0.71% | - |
| HSV(B) | 312.17º | 0.55% | 0.98% | - |
| XYZ | 57.8 | 36.73 | 72.45 | - |
| YUV | 164.8 | 159.72 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 221 | 0 | 0.55 | 0.11 | 0.02 | 312.17 | 0.92 | 0.71 |
| Hex | F9 | 6F | DD | 0 | 37 | B | 2 | 138 | 5C | 47 |
| Octal | 371 | 157 | 335 | 0 | 67 | 13 | 2 | 470 | 134 | 107 |
| Binary | 11111001 | 1101111 | 11011101 | 0 | 110111 | 1011 | 10 | 100111000 | 1011100 | 1000111 |
Color Harmonies of #F96FDD
Complementary color
Monochromatic Colors of #F96FDD
Black with #F96FDD
Text Example
Text Example
White with #F96FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96FDD; }
p { color: rgb(249,111,221); }
H1.HeaderClassName
{
color: #F96FDD;
}
.AnyTagClassName
{
color: #F96FDD;
}
</style>
background-color css
<style>
a { background-color: #F96FDD; }
a { background-color: rgb(249,111,221); }
div.DivClassName
{
background-color: #F96FDD;
}
.BgClassName
{
background-color: #F96FDD;
}
</style>
border-color css
<style>
span { border-color: #F96FDD; }
span { border-color: rgb(249,111,221); }
td.TdClassName
{
border-color: #F96FDD;
}
.TagClassName
{
border-color: #F96FDD;
}
</style>