Shades of Fuchsia Pink #F87CFF
Tints of Fuchsia Pink #F87CFF
RGB
CMYK
RGB Variations
Color information
#F87CFF (or 0xF87CFF) is known color: Fuchsia Pink. HEX triplet: F8, 7C and FF. RGB value is (248,124,255). Sum of RGB (Red+Green+Blue) = 248+124+255=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 124 (48.83% from 255 or 19.78% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #F87CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87CFF is #078300. Grayscale: #AFAFAF. Windows color (decimal): -492289 or 16743672. OLE color: 16743672.
HSL color Cylindrical-coordinate representation of color #F87CFF: hue angle of 296.79º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87CFF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 124 | 255 | - |
| CMYK | 0.03 | 0.51 | 0 | 0 |
| HSL | 296.79º | 1% | 0.74% | - |
| HSV(B) | 296.79º | 0.51% | 1% | - |
| XYZ | 63.97 | 41.59 | 99.26 | - |
| YUV | 176.01 | 172.58 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 255 | 0.03 | 0.51 | 0 | 0 | 296.79 | 1 | 0.74 |
| Hex | F8 | 7C | FF | 3 | 33 | 0 | 0 | 129 | 64 | 4A |
| Octal | 370 | 174 | 377 | 3 | 63 | 0 | 0 | 451 | 144 | 112 |
| Binary | 11111000 | 1111100 | 11111111 | 11 | 110011 | 0 | 0 | 100101001 | 1100100 | 1001010 |
Color Harmonies of #F87CFF
Complementary color
Monochromatic Colors of #F87CFF
Black with #F87CFF
Text Example
Text Example
White with #F87CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CFF; }
p { color: rgb(248,124,255); }
H1.HeaderClassName
{
color: #F87CFF;
}
.AnyTagClassName
{
color: #F87CFF;
}
</style>
background-color css
<style>
a { background-color: #F87CFF; }
a { background-color: rgb(248,124,255); }
div.DivClassName
{
background-color: #F87CFF;
}
.BgClassName
{
background-color: #F87CFF;
}
</style>
border-color css
<style>
span { border-color: #F87CFF; }
span { border-color: rgb(248,124,255); }
td.TdClassName
{
border-color: #F87CFF;
}
.TagClassName
{
border-color: #F87CFF;
}
</style>