Shades of Pale Magenta #F97BDE
Tints of Pale Magenta #F97BDE
RGB
CMYK
RGB Variations
Color information
#F97BDE (or 0xF97BDE) is known color: Pale Magenta. HEX triplet: F9, 7B and DE. RGB value is (249,123,222). Sum of RGB (Red+Green+Blue) = 249+123+222=594 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.92% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BDE is #068421. Grayscale: #ABABAB. Windows color (decimal): -427042 or 14580729. OLE color: 14580729.
HSL color Cylindrical-coordinate representation of color #F97BDE: hue angle of 312.86º 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 #F97BDE is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 222 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.02 |
| HSL | 312.86º | 0.91% | 0.73% | - |
| HSV(B) | 312.86º | 0.51% | 0.98% | - |
| XYZ | 59.33 | 39.58 | 73.62 | - |
| YUV | 171.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 222 | 0 | 0.51 | 0.11 | 0.02 | 312.86 | 0.91 | 0.73 |
| Hex | F9 | 7B | DE | 0 | 33 | B | 2 | 139 | 5B | 49 |
| Octal | 371 | 173 | 336 | 0 | 63 | 13 | 2 | 471 | 133 | 111 |
| Binary | 11111001 | 1111011 | 11011110 | 0 | 110011 | 1011 | 10 | 100111001 | 1011011 | 1001001 |
Color Harmonies of #F97BDE
Complementary color
Monochromatic Colors of #F97BDE
Black with #F97BDE
Text Example
Text Example
White with #F97BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97BDE; }
p { color: rgb(249,123,222); }
H1.HeaderClassName
{
color: #F97BDE;
}
.AnyTagClassName
{
color: #F97BDE;
}
</style>
background-color css
<style>
a { background-color: #F97BDE; }
a { background-color: rgb(249,123,222); }
div.DivClassName
{
background-color: #F97BDE;
}
.BgClassName
{
background-color: #F97BDE;
}
</style>
border-color css
<style>
span { border-color: #F97BDE; }
span { border-color: rgb(249,123,222); }
td.TdClassName
{
border-color: #F97BDE;
}
.TagClassName
{
border-color: #F97BDE;
}
</style>