Shades of Pale Magenta #F97BED
Tints of Pale Magenta #F97BED
RGB
CMYK
RGB Variations
Color information
#F97BED (or 0xF97BED) is known color: Pale Magenta. HEX triplet: F9, 7B and ED. RGB value is (249,123,237). Sum of RGB (Red+Green+Blue) = 249+123+237=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 123 (48.44% from 255 or 20.20% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F97BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F97BED is #068412. Grayscale: #ADADAD. Windows color (decimal): -427027 or 15563769. OLE color: 15563769.
HSL color Cylindrical-coordinate representation of color #F97BED: hue angle of 305.71º 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 #F97BED is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 123 | 237 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.02 |
| HSL | 305.71º | 0.91% | 0.73% | - |
| HSV(B) | 305.71º | 0.51% | 0.98% | - |
| XYZ | 61.44 | 40.42 | 84.68 | - |
| YUV | 173.67 | 163.74 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 123 | 237 | 0 | 0.51 | 0.05 | 0.02 | 305.71 | 0.91 | 0.73 |
| Hex | F9 | 7B | ED | 0 | 33 | 5 | 2 | 132 | 5B | 49 |
| Octal | 371 | 173 | 355 | 0 | 63 | 5 | 2 | 462 | 133 | 111 |
| Binary | 11111001 | 1111011 | 11101101 | 0 | 110011 | 101 | 10 | 100110010 | 1011011 | 1001001 |
Color Harmonies of #F97BED
Complementary color
Monochromatic Colors of #F97BED
Black with #F97BED
Text Example
Text Example
White with #F97BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97BED; }
p { color: rgb(249,123,237); }
H1.HeaderClassName
{
color: #F97BED;
}
.AnyTagClassName
{
color: #F97BED;
}
</style>
background-color css
<style>
a { background-color: #F97BED; }
a { background-color: rgb(249,123,237); }
div.DivClassName
{
background-color: #F97BED;
}
.BgClassName
{
background-color: #F97BED;
}
</style>
border-color css
<style>
span { border-color: #F97BED; }
span { border-color: rgb(249,123,237); }
td.TdClassName
{
border-color: #F97BED;
}
.TagClassName
{
border-color: #F97BED;
}
</style>