Shades of Fuchsia Pink #FF88FF
Tints of Fuchsia Pink #FF88FF
RGB
CMYK
RGB Variations
Color information
#FF88FF (or 0xFF88FF) is known color: Fuchsia Pink. HEX triplet: FF, 88 and FF. RGB value is (255,136,255). Sum of RGB (Red+Green+Blue) = 255+136+255=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 136 (53.52% from 255 or 21.05% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF88FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF88FF is #007700. Grayscale: #B8B8B8. Windows color (decimal): -30465 or 16746751. OLE color: 16746751.
HSL color Cylindrical-coordinate representation of color #FF88FF: hue angle of 300º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF88FF is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 136 | 255 | - |
| CMYK | 0 | 0.47 | 0 | 0 |
| HSL | 300º | 1% | 0.77% | - |
| HSV(B) | 300º | 0.47% | 1% | - |
| XYZ | 68.09 | 46.09 | 99.91 | - |
| YUV | 185.15 | 167.42 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 136 | 255 | 0 | 0.47 | 0 | 0 | 300 | 1 | 0.77 |
| Hex | FF | 88 | FF | 0 | 2F | 0 | 0 | 12C | 64 | 4D |
| Octal | 377 | 210 | 377 | 0 | 57 | 0 | 0 | 454 | 144 | 115 |
| Binary | 11111111 | 10001000 | 11111111 | 0 | 101111 | 0 | 0 | 100101100 | 1100100 | 1001101 |
Color Harmonies of #FF88FF
Complementary color
Monochromatic Colors of #FF88FF
Black with #FF88FF
Text Example
Text Example
White with #FF88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF88FF; }
p { color: rgb(255,136,255); }
H1.HeaderClassName
{
color: #FF88FF;
}
.AnyTagClassName
{
color: #FF88FF;
}
</style>
background-color css
<style>
a { background-color: #FF88FF; }
a { background-color: rgb(255,136,255); }
div.DivClassName
{
background-color: #FF88FF;
}
.BgClassName
{
background-color: #FF88FF;
}
</style>
border-color css
<style>
span { border-color: #FF88FF; }
span { border-color: rgb(255,136,255); }
td.TdClassName
{
border-color: #FF88FF;
}
.TagClassName
{
border-color: #FF88FF;
}
</style>