Shades of Fuchsia Pink #FF95FF
Tints of Fuchsia Pink #FF95FF
RGB
CMYK
RGB Variations
Color information
#FF95FF (or 0xFF95FF) is known color: Fuchsia Pink. HEX triplet: FF, 95 and FF. RGB value is (255,149,255). Sum of RGB (Red+Green+Blue) = 255+149+255=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 149 (58.59% from 255 or 22.61% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF95FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF95FF is #006A00. Grayscale: #C0C0C0. Windows color (decimal): -27137 or 16750079. OLE color: 16750079.
HSL color Cylindrical-coordinate representation of color #FF95FF: hue angle of 300º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF95FF is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 149 | 255 | - |
| CMYK | 0 | 0.42 | 0 | 0 |
| HSL | 300º | 1% | 0.79% | - |
| HSV(B) | 300º | 0.42% | 1% | - |
| XYZ | 70.04 | 49.97 | 100.56 | - |
| YUV | 192.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 149 | 255 | 0 | 0.42 | 0 | 0 | 300 | 1 | 0.79 |
| Hex | FF | 95 | FF | 0 | 2A | 0 | 0 | 12C | 64 | 4F |
| Octal | 377 | 225 | 377 | 0 | 52 | 0 | 0 | 454 | 144 | 117 |
| Binary | 11111111 | 10010101 | 11111111 | 0 | 101010 | 0 | 0 | 100101100 | 1100100 | 1001111 |
Color Harmonies of #FF95FF
Complementary color
Monochromatic Colors of #FF95FF
Black with #FF95FF
Text Example
Text Example
White with #FF95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF95FF; }
p { color: rgb(255,149,255); }
H1.HeaderClassName
{
color: #FF95FF;
}
.AnyTagClassName
{
color: #FF95FF;
}
</style>
background-color css
<style>
a { background-color: #FF95FF; }
a { background-color: rgb(255,149,255); }
div.DivClassName
{
background-color: #FF95FF;
}
.BgClassName
{
background-color: #FF95FF;
}
</style>
border-color css
<style>
span { border-color: #FF95FF; }
span { border-color: rgb(255,149,255); }
td.TdClassName
{
border-color: #FF95FF;
}
.TagClassName
{
border-color: #FF95FF;
}
</style>