Shades of Fuchsia Pink #F87EFF
Tints of Fuchsia Pink #F87EFF
RGB
CMYK
RGB Variations
Color information
#F87EFF (or 0xF87EFF) is known color: Fuchsia Pink. HEX triplet: F8, 7E and FF. RGB value is (248,126,255). Sum of RGB (Red+Green+Blue) = 248+126+255=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 126 (49.61% from 255 or 20.03% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #F87EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87EFF is #078100. Grayscale: #B0B0B0. Windows color (decimal): -491777 or 16744184. OLE color: 16744184.
HSL color Cylindrical-coordinate representation of color #F87EFF: hue angle of 296.74º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87EFF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 126 | 255 | - |
| CMYK | 0.03 | 0.51 | 0 | 0 |
| HSL | 296.74º | 1% | 0.75% | - |
| HSV(B) | 296.74º | 0.51% | 1% | - |
| XYZ | 64.22 | 42.1 | 99.35 | - |
| YUV | 177.18 | 171.92 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 126 | 255 | 0.03 | 0.51 | 0 | 0 | 296.74 | 1 | 0.75 |
| Hex | F8 | 7E | FF | 3 | 33 | 0 | 0 | 129 | 64 | 4B |
| Octal | 370 | 176 | 377 | 3 | 63 | 0 | 0 | 451 | 144 | 113 |
| Binary | 11111000 | 1111110 | 11111111 | 11 | 110011 | 0 | 0 | 100101001 | 1100100 | 1001011 |
Color Harmonies of #F87EFF
Complementary color
Monochromatic Colors of #F87EFF
Black with #F87EFF
Text Example
Text Example
White with #F87EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87EFF; }
p { color: rgb(248,126,255); }
H1.HeaderClassName
{
color: #F87EFF;
}
.AnyTagClassName
{
color: #F87EFF;
}
</style>
background-color css
<style>
a { background-color: #F87EFF; }
a { background-color: rgb(248,126,255); }
div.DivClassName
{
background-color: #F87EFF;
}
.BgClassName
{
background-color: #F87EFF;
}
</style>
border-color css
<style>
span { border-color: #F87EFF; }
span { border-color: rgb(248,126,255); }
td.TdClassName
{
border-color: #F87EFF;
}
.TagClassName
{
border-color: #F87EFF;
}
</style>