Shades of Pale Magenta #F97BDF
Tints of Pale Magenta #F97BDF
RGB
CMYK
RGB Variations
Color information
#F97BDF (or 0xF97BDF) is known color: Pale Magenta. HEX triplet: F9, 7B and DF. RGB value is (249,123,223). Sum of RGB (Red+Green+Blue) = 249+123+223=595 (78% of max value = 765). Red value is 249 (97.66% from 255 or 41.85% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97BDF is #068420. Grayscale: #ABABAB. Windows color (decimal): -427041 or 14646265. OLE color: 14646265.
HSL color Cylindrical-coordinate representation of color #F97BDF: hue angle of 312.38º 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 #F97BDF is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 223 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.02 |
| HSL | 312.38º | 0.91% | 0.73% | - |
| HSV(B) | 312.38º | 0.51% | 0.98% | - |
| XYZ | 59.47 | 39.63 | 74.33 | - |
| YUV | 172.07 | 156.74 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 223 | 0 | 0.51 | 0.10 | 0.02 | 312.38 | 0.91 | 0.73 |
| Hex | F9 | 7B | DF | 0 | 33 | A | 2 | 138 | 5B | 49 |
| Octal | 371 | 173 | 337 | 0 | 63 | 12 | 2 | 470 | 133 | 111 |
| Binary | 11111001 | 1111011 | 11011111 | 0 | 110011 | 1010 | 10 | 100111000 | 1011011 | 1001001 |
Color Harmonies of #F97BDF
Complementary color
Monochromatic Colors of #F97BDF
Black with #F97BDF
Text Example
Text Example
White with #F97BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97BDF; }
p { color: rgb(249,123,223); }
H1.HeaderClassName
{
color: #F97BDF;
}
.AnyTagClassName
{
color: #F97BDF;
}
</style>
background-color css
<style>
a { background-color: #F97BDF; }
a { background-color: rgb(249,123,223); }
div.DivClassName
{
background-color: #F97BDF;
}
.BgClassName
{
background-color: #F97BDF;
}
</style>
border-color css
<style>
span { border-color: #F97BDF; }
span { border-color: rgb(249,123,223); }
td.TdClassName
{
border-color: #F97BDF;
}
.TagClassName
{
border-color: #F97BDF;
}
</style>