Shades of Pale Magenta #FF96F7
Tints of Pale Magenta #FF96F7
RGB
CMYK
RGB Variations
Color information
#FF96F7 (or 0xFF96F7) is known color: Pale Magenta. HEX triplet: FF, 96 and F7. RGB value is (255,150,247). Sum of RGB (Red+Green+Blue) = 255+150+247=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 150 (58.98% from 255 or 23.01% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96F7 is #006908. Grayscale: #C0C0C0. Windows color (decimal): -26889 or 16226047. OLE color: 16226047.
HSL color Cylindrical-coordinate representation of color #FF96F7: hue angle of 304.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96F7 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 247 | - |
| CMYK | 0 | 0.41 | 0.03 | 0 |
| HSL | 304.57º | 1% | 0.79% | - |
| HSV(B) | 304.57º | 0.41% | 1% | - |
| XYZ | 68.93 | 49.79 | 93.97 | - |
| YUV | 192.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 247 | 0 | 0.41 | 0.03 | 0 | 304.57 | 1 | 0.79 |
| Hex | FF | 96 | F7 | 0 | 29 | 3 | 0 | 131 | 64 | 4F |
| Octal | 377 | 226 | 367 | 0 | 51 | 3 | 0 | 461 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11110111 | 0 | 101001 | 11 | 0 | 100110001 | 1100100 | 1001111 |
Color Harmonies of #FF96F7
Complementary color
Monochromatic Colors of #FF96F7
Black with #FF96F7
Text Example
Text Example
White with #FF96F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96F7; }
p { color: rgb(255,150,247); }
H1.HeaderClassName
{
color: #FF96F7;
}
.AnyTagClassName
{
color: #FF96F7;
}
</style>
background-color css
<style>
a { background-color: #FF96F7; }
a { background-color: rgb(255,150,247); }
div.DivClassName
{
background-color: #FF96F7;
}
.BgClassName
{
background-color: #FF96F7;
}
</style>
border-color css
<style>
span { border-color: #FF96F7; }
span { border-color: rgb(255,150,247); }
td.TdClassName
{
border-color: #FF96F7;
}
.TagClassName
{
border-color: #FF96F7;
}
</style>