Shades of Fuchsia Pink #FF7FF8
Tints of Fuchsia Pink #FF7FF8
RGB
CMYK
RGB Variations
Color information
#FF7FF8 (or 0xFF7FF8) is known color: Fuchsia Pink. HEX triplet: FF, 7F and F8. RGB value is (255,127,248). Sum of RGB (Red+Green+Blue) = 255+127+248=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 127 (50% from 255 or 20.16% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF7FF8 is #008007. Grayscale: #B2B2B2. Windows color (decimal): -32776 or 16285695. OLE color: 16285695.
HSL color Cylindrical-coordinate representation of color #FF7FF8: hue angle of 303.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FF8 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 248 | - |
| CMYK | 0 | 0.50 | 0.03 | 0 |
| HSL | 303.28º | 1% | 0.75% | - |
| HSV(B) | 303.28º | 0.5% | 1% | - |
| XYZ | 65.77 | 43.22 | 93.68 | - |
| YUV | 179.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 248 | 0 | 0.50 | 0.03 | 0 | 303.28 | 1 | 0.75 |
| Hex | FF | 7F | F8 | 0 | 32 | 3 | 0 | 12F | 64 | 4B |
| Octal | 377 | 177 | 370 | 0 | 62 | 3 | 0 | 457 | 144 | 113 |
| Binary | 11111111 | 1111111 | 11111000 | 0 | 110010 | 11 | 0 | 100101111 | 1100100 | 1001011 |
Color Harmonies of #FF7FF8
Complementary color
Monochromatic Colors of #FF7FF8
Black with #FF7FF8
Text Example
Text Example
White with #FF7FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7FF8; }
p { color: rgb(255,127,248); }
H1.HeaderClassName
{
color: #FF7FF8;
}
.AnyTagClassName
{
color: #FF7FF8;
}
</style>
background-color css
<style>
a { background-color: #FF7FF8; }
a { background-color: rgb(255,127,248); }
div.DivClassName
{
background-color: #FF7FF8;
}
.BgClassName
{
background-color: #FF7FF8;
}
</style>
border-color css
<style>
span { border-color: #FF7FF8; }
span { border-color: rgb(255,127,248); }
td.TdClassName
{
border-color: #FF7FF8;
}
.TagClassName
{
border-color: #FF7FF8;
}
</style>