Shades of Fuchsia Pink #FE8FFC
Tints of Fuchsia Pink #FE8FFC
RGB
CMYK
RGB Variations
Color information
#FE8FFC (or 0xFE8FFC) is known color: Fuchsia Pink. HEX triplet: FE, 8F and FC. RGB value is (254,143,252). Sum of RGB (Red+Green+Blue) = 254+143+252=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 143 (56.25% from 255 or 22.03% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE8FFC is #017003. Grayscale: #BCBCBC. Windows color (decimal): -94212 or 16551934. OLE color: 16551934.
HSL color Cylindrical-coordinate representation of color #FE8FFC: hue angle of 301.08º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FE8FFC is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 252 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.00 |
| HSL | 301.08º | 0.98% | 0.78% | - |
| HSV(B) | 301.08º | 0.44% | 1% | - |
| XYZ | 68.27 | 47.74 | 97.71 | - |
| YUV | 188.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 252 | 0 | 0.44 | 0.01 | 0.00 | 301.08 | 0.98 | 0.78 |
| Hex | FE | 8F | FC | 0 | 2C | 1 | 0 | 12D | 62 | 4E |
| Octal | 376 | 217 | 374 | 0 | 54 | 1 | 0 | 455 | 142 | 116 |
| Binary | 11111110 | 10001111 | 11111100 | 0 | 101100 | 1 | 0 | 100101101 | 1100010 | 1001110 |
Color Harmonies of #FE8FFC
Complementary color
Monochromatic Colors of #FE8FFC
Black with #FE8FFC
Text Example
Text Example
White with #FE8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8FFC; }
p { color: rgb(254,143,252); }
H1.HeaderClassName
{
color: #FE8FFC;
}
.AnyTagClassName
{
color: #FE8FFC;
}
</style>
background-color css
<style>
a { background-color: #FE8FFC; }
a { background-color: rgb(254,143,252); }
div.DivClassName
{
background-color: #FE8FFC;
}
.BgClassName
{
background-color: #FE8FFC;
}
</style>
border-color css
<style>
span { border-color: #FE8FFC; }
span { border-color: rgb(254,143,252); }
td.TdClassName
{
border-color: #FE8FFC;
}
.TagClassName
{
border-color: #FE8FFC;
}
</style>