Shades of Pale Magenta #F96ADD
Tints of Pale Magenta #F96ADD
RGB
CMYK
RGB Variations
Color information
#F96ADD (or 0xF96ADD) is known color: Pale Magenta. HEX triplet: F9, 6A and DD. RGB value is (249,106,221). Sum of RGB (Red+Green+Blue) = 249+106+221=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 106 (41.80% from 255 or 18.40% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ADD is #069522. Grayscale: #A1A1A1. Windows color (decimal): -431395 or 14510841. OLE color: 14510841.
HSL color Cylindrical-coordinate representation of color #F96ADD: hue angle of 311.75º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96ADD is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 221 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.02 |
| HSL | 311.75º | 0.92% | 0.7% | - |
| HSV(B) | 311.75º | 0.57% | 0.98% | - |
| XYZ | 57.27 | 35.67 | 72.27 | - |
| YUV | 161.87 | 161.38 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 221 | 0 | 0.57 | 0.11 | 0.02 | 311.75 | 0.92 | 0.7 |
| Hex | F9 | 6A | DD | 0 | 39 | B | 2 | 138 | 5C | 46 |
| Octal | 371 | 152 | 335 | 0 | 71 | 13 | 2 | 470 | 134 | 106 |
| Binary | 11111001 | 1101010 | 11011101 | 0 | 111001 | 1011 | 10 | 100111000 | 1011100 | 1000110 |
Color Harmonies of #F96ADD
Complementary color
Monochromatic Colors of #F96ADD
Black with #F96ADD
Text Example
Text Example
White with #F96ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96ADD; }
p { color: rgb(249,106,221); }
H1.HeaderClassName
{
color: #F96ADD;
}
.AnyTagClassName
{
color: #F96ADD;
}
</style>
background-color css
<style>
a { background-color: #F96ADD; }
a { background-color: rgb(249,106,221); }
div.DivClassName
{
background-color: #F96ADD;
}
.BgClassName
{
background-color: #F96ADD;
}
</style>
border-color css
<style>
span { border-color: #F96ADD; }
span { border-color: rgb(249,106,221); }
td.TdClassName
{
border-color: #F96ADD;
}
.TagClassName
{
border-color: #F96ADD;
}
</style>