Shades of Fuchsia Pink #FF96FF
Tints of Fuchsia Pink #FF96FF
RGB
CMYK
RGB Variations
Color information
#FF96FF (or 0xFF96FF) is known color: Fuchsia Pink. HEX triplet: FF, 96 and FF. RGB value is (255,150,255). Sum of RGB (Red+Green+Blue) = 255+150+255=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 150 (58.98% from 255 or 22.73% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF96FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96FF is #006900. Grayscale: #C1C1C1. Windows color (decimal): -26881 or 16750335. OLE color: 16750335.
HSL color Cylindrical-coordinate representation of color #FF96FF: hue angle of 300º 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 #FF96FF is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 255 | - |
| CMYK | 0 | 0.41 | 0 | 0 |
| HSL | 300º | 1% | 0.79% | - |
| HSV(B) | 300º | 0.41% | 1% | - |
| XYZ | 70.2 | 50.29 | 100.62 | - |
| YUV | 193.37 | 162.79 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 255 | 0 | 0.41 | 0 | 0 | 300 | 1 | 0.79 |
| Hex | FF | 96 | FF | 0 | 29 | 0 | 0 | 12C | 64 | 4F |
| Octal | 377 | 226 | 377 | 0 | 51 | 0 | 0 | 454 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11111111 | 0 | 101001 | 0 | 0 | 100101100 | 1100100 | 1001111 |
Color Harmonies of #FF96FF
Complementary color
Monochromatic Colors of #FF96FF
Black with #FF96FF
Text Example
Text Example
White with #FF96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96FF; }
p { color: rgb(255,150,255); }
H1.HeaderClassName
{
color: #FF96FF;
}
.AnyTagClassName
{
color: #FF96FF;
}
</style>
background-color css
<style>
a { background-color: #FF96FF; }
a { background-color: rgb(255,150,255); }
div.DivClassName
{
background-color: #FF96FF;
}
.BgClassName
{
background-color: #FF96FF;
}
</style>
border-color css
<style>
span { border-color: #FF96FF; }
span { border-color: rgb(255,150,255); }
td.TdClassName
{
border-color: #FF96FF;
}
.TagClassName
{
border-color: #FF96FF;
}
</style>