Shades of Fuchsia Pink #F87BFF
Tints of Fuchsia Pink #F87BFF
RGB
CMYK
RGB Variations
Color information
#F87BFF (or 0xF87BFF) is known color: Fuchsia Pink. HEX triplet: F8, 7B and FF. RGB value is (248,123,255). Sum of RGB (Red+Green+Blue) = 248+123+255=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 123 (48.44% from 255 or 19.65% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #F87BFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87BFF is #078400. Grayscale: #AFAFAF. Windows color (decimal): -492545 or 16743416. OLE color: 16743416.
HSL color Cylindrical-coordinate representation of color #F87BFF: hue angle of 296.82º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F87BFF is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 123 | 255 | - |
| CMYK | 0.03 | 0.52 | 0 | 0 |
| HSL | 296.82º | 1% | 0.74% | - |
| HSV(B) | 296.82º | 0.52% | 1% | - |
| XYZ | 63.84 | 41.34 | 99.22 | - |
| YUV | 175.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 255 | 0.03 | 0.52 | 0 | 0 | 296.82 | 1 | 0.74 |
| Hex | F8 | 7B | FF | 3 | 34 | 0 | 0 | 129 | 64 | 4A |
| Octal | 370 | 173 | 377 | 3 | 64 | 0 | 0 | 451 | 144 | 112 |
| Binary | 11111000 | 1111011 | 11111111 | 11 | 110100 | 0 | 0 | 100101001 | 1100100 | 1001010 |
Color Harmonies of #F87BFF
Complementary color
Monochromatic Colors of #F87BFF
Black with #F87BFF
Text Example
Text Example
White with #F87BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BFF; }
p { color: rgb(248,123,255); }
H1.HeaderClassName
{
color: #F87BFF;
}
.AnyTagClassName
{
color: #F87BFF;
}
</style>
background-color css
<style>
a { background-color: #F87BFF; }
a { background-color: rgb(248,123,255); }
div.DivClassName
{
background-color: #F87BFF;
}
.BgClassName
{
background-color: #F87BFF;
}
</style>
border-color css
<style>
span { border-color: #F87BFF; }
span { border-color: rgb(248,123,255); }
td.TdClassName
{
border-color: #F87BFF;
}
.TagClassName
{
border-color: #F87BFF;
}
</style>