Shades of Pale Magenta #F96FE0
Tints of Pale Magenta #F96FE0
RGB
CMYK
RGB Variations
Color information
#F96FE0 (or 0xF96FE0) is known color: Pale Magenta. HEX triplet: F9, 6F and E0. RGB value is (249,111,224). Sum of RGB (Red+Green+Blue) = 249+111+224=584 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.64% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 224 (87.89% from 255 or 38.36% from 584); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96FE0 is #06901F. Grayscale: #A4A4A4. Windows color (decimal): -430112 or 14708729. OLE color: 14708729.
HSL color Cylindrical-coordinate representation of color #F96FE0: hue angle of 310.87º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F96FE0 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 224 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.02 |
| HSL | 310.87º | 0.92% | 0.71% | - |
| HSV(B) | 310.87º | 0.55% | 0.98% | - |
| XYZ | 58.21 | 36.89 | 74.57 | - |
| YUV | 165.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 224 | 0 | 0.55 | 0.10 | 0.02 | 310.87 | 0.92 | 0.71 |
| Hex | F9 | 6F | E0 | 0 | 37 | A | 2 | 137 | 5C | 47 |
| Octal | 371 | 157 | 340 | 0 | 67 | 12 | 2 | 467 | 134 | 107 |
| Binary | 11111001 | 1101111 | 11100000 | 0 | 110111 | 1010 | 10 | 100110111 | 1011100 | 1000111 |
Color Harmonies of #F96FE0
Complementary color
Monochromatic Colors of #F96FE0
Black with #F96FE0
Text Example
Text Example
White with #F96FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96FE0; }
p { color: rgb(249,111,224); }
H1.HeaderClassName
{
color: #F96FE0;
}
.AnyTagClassName
{
color: #F96FE0;
}
</style>
background-color css
<style>
a { background-color: #F96FE0; }
a { background-color: rgb(249,111,224); }
div.DivClassName
{
background-color: #F96FE0;
}
.BgClassName
{
background-color: #F96FE0;
}
</style>
border-color css
<style>
span { border-color: #F96FE0; }
span { border-color: rgb(249,111,224); }
td.TdClassName
{
border-color: #F96FE0;
}
.TagClassName
{
border-color: #F96FE0;
}
</style>