Shades of Fuchsia Pink #FC80F7
Tints of Fuchsia Pink #FC80F7
RGB
CMYK
RGB Variations
Color information
#FC80F7 (or 0xFC80F7) is known color: Fuchsia Pink. HEX triplet: FC, 80 and F7. RGB value is (252,128,247). Sum of RGB (Red+Green+Blue) = 252+128+247=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 128 (50.39% from 255 or 20.41% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FC80F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC80F7 is #037F08. Grayscale: #B2B2B2. Windows color (decimal): -229129 or 16220412. OLE color: 16220412.
HSL color Cylindrical-coordinate representation of color #FC80F7: hue angle of 302.42º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC80F7 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 247 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.01 |
| HSL | 302.42º | 0.95% | 0.75% | - |
| HSV(B) | 302.42º | 0.49% | 0.99% | - |
| XYZ | 64.65 | 42.85 | 92.86 | - |
| YUV | 178.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 247 | 0 | 0.49 | 0.02 | 0.01 | 302.42 | 0.95 | 0.75 |
| Hex | FC | 80 | F7 | 0 | 31 | 2 | 1 | 12E | 5F | 4B |
| Octal | 374 | 200 | 367 | 0 | 61 | 2 | 1 | 456 | 137 | 113 |
| Binary | 11111100 | 10000000 | 11110111 | 0 | 110001 | 10 | 1 | 100101110 | 1011111 | 1001011 |
Color Harmonies of #FC80F7
Complementary color
Monochromatic Colors of #FC80F7
Black with #FC80F7
Text Example
Text Example
White with #FC80F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC80F7; }
p { color: rgb(252,128,247); }
H1.HeaderClassName
{
color: #FC80F7;
}
.AnyTagClassName
{
color: #FC80F7;
}
</style>
background-color css
<style>
a { background-color: #FC80F7; }
a { background-color: rgb(252,128,247); }
div.DivClassName
{
background-color: #FC80F7;
}
.BgClassName
{
background-color: #FC80F7;
}
</style>
border-color css
<style>
span { border-color: #FC80F7; }
span { border-color: rgb(252,128,247); }
td.TdClassName
{
border-color: #FC80F7;
}
.TagClassName
{
border-color: #FC80F7;
}
</style>