Shades of Pale Magenta #F97BD9
Tints of Pale Magenta #F97BD9
RGB
CMYK
RGB Variations
Color information
#F97BD9 (or 0xF97BD9) is known color: Pale Magenta. HEX triplet: F9, 7B and D9. RGB value is (249,123,217). Sum of RGB (Red+Green+Blue) = 249+123+217=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BD9 is #068426. Grayscale: #ABABAB. Windows color (decimal): -427047 or 14253049. OLE color: 14253049.
HSL color Cylindrical-coordinate representation of color #F97BD9: hue angle of 315.24º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F97BD9 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 217 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.02 |
| HSL | 315.24º | 0.91% | 0.73% | - |
| HSV(B) | 315.24º | 0.51% | 0.98% | - |
| XYZ | 58.67 | 39.32 | 70.14 | - |
| YUV | 171.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 217 | 0 | 0.51 | 0.13 | 0.02 | 315.24 | 0.91 | 0.73 |
| Hex | F9 | 7B | D9 | 0 | 33 | D | 2 | 13B | 5B | 49 |
| Octal | 371 | 173 | 331 | 0 | 63 | 15 | 2 | 473 | 133 | 111 |
| Binary | 11111001 | 1111011 | 11011001 | 0 | 110011 | 1101 | 10 | 100111011 | 1011011 | 1001001 |
Color Harmonies of #F97BD9
Complementary color
Monochromatic Colors of #F97BD9
Black with #F97BD9
Text Example
Text Example
White with #F97BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97BD9; }
p { color: rgb(249,123,217); }
H1.HeaderClassName
{
color: #F97BD9;
}
.AnyTagClassName
{
color: #F97BD9;
}
</style>
background-color css
<style>
a { background-color: #F97BD9; }
a { background-color: rgb(249,123,217); }
div.DivClassName
{
background-color: #F97BD9;
}
.BgClassName
{
background-color: #F97BD9;
}
</style>
border-color css
<style>
span { border-color: #F97BD9; }
span { border-color: rgb(249,123,217); }
td.TdClassName
{
border-color: #F97BD9;
}
.TagClassName
{
border-color: #F97BD9;
}
</style>