Shades of Pale Magenta #F96CE2
Tints of Pale Magenta #F96CE2
RGB
CMYK
RGB Variations
Color information
#F96CE2 (or 0xF96CE2) is known color: Pale Magenta. HEX triplet: F9, 6C and E2. RGB value is (249,108,226). Sum of RGB (Red+Green+Blue) = 249+108+226=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 108 (42.58% from 255 or 18.52% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CE2 is #06931D. Grayscale: #A3A3A3. Windows color (decimal): -430878 or 14839033. OLE color: 14839033.
HSL color Cylindrical-coordinate representation of color #F96CE2: hue angle of 309.79º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96CE2 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 226 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.02 |
| HSL | 309.79º | 0.92% | 0.7% | - |
| HSV(B) | 309.79º | 0.57% | 0.98% | - |
| XYZ | 58.16 | 36.36 | 75.9 | - |
| YUV | 163.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 226 | 0 | 0.57 | 0.09 | 0.02 | 309.79 | 0.92 | 0.7 |
| Hex | F9 | 6C | E2 | 0 | 39 | 9 | 2 | 136 | 5C | 46 |
| Octal | 371 | 154 | 342 | 0 | 71 | 11 | 2 | 466 | 134 | 106 |
| Binary | 11111001 | 1101100 | 11100010 | 0 | 111001 | 1001 | 10 | 100110110 | 1011100 | 1000110 |
Color Harmonies of #F96CE2
Complementary color
Monochromatic Colors of #F96CE2
Black with #F96CE2
Text Example
Text Example
White with #F96CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96CE2; }
p { color: rgb(249,108,226); }
H1.HeaderClassName
{
color: #F96CE2;
}
.AnyTagClassName
{
color: #F96CE2;
}
</style>
background-color css
<style>
a { background-color: #F96CE2; }
a { background-color: rgb(249,108,226); }
div.DivClassName
{
background-color: #F96CE2;
}
.BgClassName
{
background-color: #F96CE2;
}
</style>
border-color css
<style>
span { border-color: #F96CE2; }
span { border-color: rgb(249,108,226); }
td.TdClassName
{
border-color: #F96CE2;
}
.TagClassName
{
border-color: #F96CE2;
}
</style>