Shades of Fuchsia Pink #FC81FF
Tints of Fuchsia Pink #FC81FF
RGB
CMYK
RGB Variations
Color information
#FC81FF (or 0xFC81FF) is known color: Fuchsia Pink. HEX triplet: FC, 81 and FF. RGB value is (252,129,255). Sum of RGB (Red+Green+Blue) = 252+129+255=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 129 (50.78% from 255 or 20.28% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC81FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC81FF is #037E00. Grayscale: #B3B3B3. Windows color (decimal): -228865 or 16744956. OLE color: 16744956.
HSL color Cylindrical-coordinate representation of color #FC81FF: hue angle of 298.57º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC81FF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 129 | 255 | - |
| CMYK | 0.01 | 0.49 | 0 | 0 |
| HSL | 298.57º | 1% | 0.75% | - |
| HSV(B) | 298.57º | 0.49% | 1% | - |
| XYZ | 66.05 | 43.62 | 99.55 | - |
| YUV | 180.14 | 170.25 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 255 | 0.01 | 0.49 | 0 | 0 | 298.57 | 1 | 0.75 |
| Hex | FC | 81 | FF | 1 | 31 | 0 | 0 | 12B | 64 | 4B |
| Octal | 374 | 201 | 377 | 1 | 61 | 0 | 0 | 453 | 144 | 113 |
| Binary | 11111100 | 10000001 | 11111111 | 1 | 110001 | 0 | 0 | 100101011 | 1100100 | 1001011 |
Color Harmonies of #FC81FF
Complementary color
Monochromatic Colors of #FC81FF
Black with #FC81FF
Text Example
Text Example
White with #FC81FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC81FF; }
p { color: rgb(252,129,255); }
H1.HeaderClassName
{
color: #FC81FF;
}
.AnyTagClassName
{
color: #FC81FF;
}
</style>
background-color css
<style>
a { background-color: #FC81FF; }
a { background-color: rgb(252,129,255); }
div.DivClassName
{
background-color: #FC81FF;
}
.BgClassName
{
background-color: #FC81FF;
}
</style>
border-color css
<style>
span { border-color: #FC81FF; }
span { border-color: rgb(252,129,255); }
td.TdClassName
{
border-color: #FC81FF;
}
.TagClassName
{
border-color: #FC81FF;
}
</style>