Shades of Pale Magenta #F96FE1
Tints of Pale Magenta #F96FE1
RGB
CMYK
RGB Variations
Color information
#F96FE1 (or 0xF96FE1) is known color: Pale Magenta. HEX triplet: F9, 6F and E1. RGB value is (249,111,225). Sum of RGB (Red+Green+Blue) = 249+111+225=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 111 (43.75% from 255 or 18.97% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96FE1 is #06901E. Grayscale: #A4A4A4. Windows color (decimal): -430111 or 14774265. OLE color: 14774265.
HSL color Cylindrical-coordinate representation of color #F96FE1: hue angle of 310.43º 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 #F96FE1 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 225 | - |
| CMYK | 0 | 0.55 | 0.10 | 0.02 |
| HSL | 310.43º | 0.92% | 0.71% | - |
| HSV(B) | 310.43º | 0.55% | 0.98% | - |
| XYZ | 58.34 | 36.94 | 75.29 | - |
| YUV | 165.26 | 161.72 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 225 | 0 | 0.55 | 0.10 | 0.02 | 310.43 | 0.92 | 0.71 |
| Hex | F9 | 6F | E1 | 0 | 37 | A | 2 | 136 | 5C | 47 |
| Octal | 371 | 157 | 341 | 0 | 67 | 12 | 2 | 466 | 134 | 107 |
| Binary | 11111001 | 1101111 | 11100001 | 0 | 110111 | 1010 | 10 | 100110110 | 1011100 | 1000111 |
Color Harmonies of #F96FE1
Complementary color
Monochromatic Colors of #F96FE1
Black with #F96FE1
Text Example
Text Example
White with #F96FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96FE1; }
p { color: rgb(249,111,225); }
H1.HeaderClassName
{
color: #F96FE1;
}
.AnyTagClassName
{
color: #F96FE1;
}
</style>
background-color css
<style>
a { background-color: #F96FE1; }
a { background-color: rgb(249,111,225); }
div.DivClassName
{
background-color: #F96FE1;
}
.BgClassName
{
background-color: #F96FE1;
}
</style>
border-color css
<style>
span { border-color: #F96FE1; }
span { border-color: rgb(249,111,225); }
td.TdClassName
{
border-color: #F96FE1;
}
.TagClassName
{
border-color: #F96FE1;
}
</style>