Shades of Pale Magenta #FF96F8
Tints of Pale Magenta #FF96F8
RGB
CMYK
RGB Variations
Color information
#FF96F8 (or 0xFF96F8) is known color: Pale Magenta. HEX triplet: FF, 96 and F8. RGB value is (255,150,248). Sum of RGB (Red+Green+Blue) = 255+150+248=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 150 (58.98% from 255 or 22.97% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96F8 is #006907. Grayscale: #C0C0C0. Windows color (decimal): -26888 or 16291583. OLE color: 16291583.
HSL color Cylindrical-coordinate representation of color #FF96F8: hue angle of 304º 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 #FF96F8 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 248 | - |
| CMYK | 0 | 0.41 | 0.03 | 0 |
| HSL | 304º | 1% | 0.79% | - |
| HSV(B) | 304º | 0.41% | 1% | - |
| XYZ | 69.09 | 49.85 | 94.79 | - |
| YUV | 192.57 | 159.29 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 248 | 0 | 0.41 | 0.03 | 0 | 304 | 1 | 0.79 |
| Hex | FF | 96 | F8 | 0 | 29 | 3 | 0 | 130 | 64 | 4F |
| Octal | 377 | 226 | 370 | 0 | 51 | 3 | 0 | 460 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11111000 | 0 | 101001 | 11 | 0 | 100110000 | 1100100 | 1001111 |
Color Harmonies of #FF96F8
Complementary color
Monochromatic Colors of #FF96F8
Black with #FF96F8
Text Example
Text Example
White with #FF96F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96F8; }
p { color: rgb(255,150,248); }
H1.HeaderClassName
{
color: #FF96F8;
}
.AnyTagClassName
{
color: #FF96F8;
}
</style>
background-color css
<style>
a { background-color: #FF96F8; }
a { background-color: rgb(255,150,248); }
div.DivClassName
{
background-color: #FF96F8;
}
.BgClassName
{
background-color: #FF96F8;
}
</style>
border-color css
<style>
span { border-color: #FF96F8; }
span { border-color: rgb(255,150,248); }
td.TdClassName
{
border-color: #FF96F8;
}
.TagClassName
{
border-color: #FF96F8;
}
</style>