Shades of Pale Magenta #F97BDA
Tints of Pale Magenta #F97BDA
RGB
CMYK
RGB Variations
Color information
#F97BDA (or 0xF97BDA) is known color: Pale Magenta. HEX triplet: F9, 7B and DA. RGB value is (249,123,218). Sum of RGB (Red+Green+Blue) = 249+123+218=590 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.20% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BDA is #068425. Grayscale: #ABABAB. Windows color (decimal): -427046 or 14318585. OLE color: 14318585.
HSL color Cylindrical-coordinate representation of color #F97BDA: hue angle of 314.76º 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 #F97BDA is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 218 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.02 |
| HSL | 314.76º | 0.91% | 0.73% | - |
| HSV(B) | 314.76º | 0.51% | 0.98% | - |
| XYZ | 58.8 | 39.37 | 70.83 | - |
| YUV | 171.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 218 | 0 | 0.51 | 0.12 | 0.02 | 314.76 | 0.91 | 0.73 |
| Hex | F9 | 7B | DA | 0 | 33 | C | 2 | 13B | 5B | 49 |
| Octal | 371 | 173 | 332 | 0 | 63 | 14 | 2 | 473 | 133 | 111 |
| Binary | 11111001 | 1111011 | 11011010 | 0 | 110011 | 1100 | 10 | 100111011 | 1011011 | 1001001 |
Color Harmonies of #F97BDA
Complementary color
Monochromatic Colors of #F97BDA
Black with #F97BDA
Text Example
Text Example
White with #F97BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97BDA; }
p { color: rgb(249,123,218); }
H1.HeaderClassName
{
color: #F97BDA;
}
.AnyTagClassName
{
color: #F97BDA;
}
</style>
background-color css
<style>
a { background-color: #F97BDA; }
a { background-color: rgb(249,123,218); }
div.DivClassName
{
background-color: #F97BDA;
}
.BgClassName
{
background-color: #F97BDA;
}
</style>
border-color css
<style>
span { border-color: #F97BDA; }
span { border-color: rgb(249,123,218); }
td.TdClassName
{
border-color: #F97BDA;
}
.TagClassName
{
border-color: #F97BDA;
}
</style>