Shades of Fuchsia Pink #FF84FF
Tints of Fuchsia Pink #FF84FF
RGB
CMYK
RGB Variations
Color information
#FF84FF (or 0xFF84FF) is known color: Fuchsia Pink. HEX triplet: FF, 84 and FF. RGB value is (255,132,255). Sum of RGB (Red+Green+Blue) = 255+132+255=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 132 (51.95% from 255 or 20.56% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF84FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF84FF is #007B00. Grayscale: #B6B6B6. Windows color (decimal): -31489 or 16745727. OLE color: 16745727.
HSL color Cylindrical-coordinate representation of color #FF84FF: hue angle of 300º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF84FF is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 255 | - |
| CMYK | 0 | 0.48 | 0 | 0 |
| HSL | 300º | 1% | 0.76% | - |
| HSV(B) | 300º | 0.48% | 1% | - |
| XYZ | 67.54 | 44.98 | 99.73 | - |
| YUV | 182.8 | 168.75 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 255 | 0 | 0.48 | 0 | 0 | 300 | 1 | 0.76 |
| Hex | FF | 84 | FF | 0 | 30 | 0 | 0 | 12C | 64 | 4C |
| Octal | 377 | 204 | 377 | 0 | 60 | 0 | 0 | 454 | 144 | 114 |
| Binary | 11111111 | 10000100 | 11111111 | 0 | 110000 | 0 | 0 | 100101100 | 1100100 | 1001100 |
Color Harmonies of #FF84FF
Complementary color
Monochromatic Colors of #FF84FF
Black with #FF84FF
Text Example
Text Example
White with #FF84FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF84FF; }
p { color: rgb(255,132,255); }
H1.HeaderClassName
{
color: #FF84FF;
}
.AnyTagClassName
{
color: #FF84FF;
}
</style>
background-color css
<style>
a { background-color: #FF84FF; }
a { background-color: rgb(255,132,255); }
div.DivClassName
{
background-color: #FF84FF;
}
.BgClassName
{
background-color: #FF84FF;
}
</style>
border-color css
<style>
span { border-color: #FF84FF; }
span { border-color: rgb(255,132,255); }
td.TdClassName
{
border-color: #FF84FF;
}
.TagClassName
{
border-color: #FF84FF;
}
</style>