Shades of Fuchsia Pink #FC83FF
Tints of Fuchsia Pink #FC83FF
RGB
CMYK
RGB Variations
Color information
#FC83FF (or 0xFC83FF) is known color: Fuchsia Pink. HEX triplet: FC, 83 and FF. RGB value is (252,131,255). Sum of RGB (Red+Green+Blue) = 252+131+255=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 131 (51.56% from 255 or 20.53% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC83FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC83FF is #037C00. Grayscale: #B4B4B4. Windows color (decimal): -228353 or 16745468. OLE color: 16745468.
HSL color Cylindrical-coordinate representation of color #FC83FF: hue angle of 298.55º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC83FF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 131 | 255 | - |
| CMYK | 0.01 | 0.49 | 0 | 0 |
| HSL | 298.55º | 1% | 0.76% | - |
| HSV(B) | 298.55º | 0.49% | 1% | - |
| XYZ | 66.31 | 44.15 | 99.63 | - |
| YUV | 181.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 255 | 0.01 | 0.49 | 0 | 0 | 298.55 | 1 | 0.76 |
| Hex | FC | 83 | FF | 1 | 31 | 0 | 0 | 12B | 64 | 4C |
| Octal | 374 | 203 | 377 | 1 | 61 | 0 | 0 | 453 | 144 | 114 |
| Binary | 11111100 | 10000011 | 11111111 | 1 | 110001 | 0 | 0 | 100101011 | 1100100 | 1001100 |
Color Harmonies of #FC83FF
Complementary color
Monochromatic Colors of #FC83FF
Black with #FC83FF
Text Example
Text Example
White with #FC83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC83FF; }
p { color: rgb(252,131,255); }
H1.HeaderClassName
{
color: #FC83FF;
}
.AnyTagClassName
{
color: #FC83FF;
}
</style>
background-color css
<style>
a { background-color: #FC83FF; }
a { background-color: rgb(252,131,255); }
div.DivClassName
{
background-color: #FC83FF;
}
.BgClassName
{
background-color: #FC83FF;
}
</style>
border-color css
<style>
span { border-color: #FC83FF; }
span { border-color: rgb(252,131,255); }
td.TdClassName
{
border-color: #FC83FF;
}
.TagClassName
{
border-color: #FC83FF;
}
</style>