Shades of Fuchsia Pink #F87BFE
Tints of Fuchsia Pink #F87BFE
RGB
CMYK
RGB Variations
Color information
#F87BFE (or 0xF87BFE) is known color: Fuchsia Pink. HEX triplet: F8, 7B and FE. RGB value is (248,123,254). Sum of RGB (Red+Green+Blue) = 248+123+254=625 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.68% from 625); Green value is 123 (48.44% from 255 or 19.68% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #F87BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87BFE is #078401. Grayscale: #AEAEAE. Windows color (decimal): -492546 or 16677880. OLE color: 16677880.
HSL color Cylindrical-coordinate representation of color #F87BFE: hue angle of 297.25º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F87BFE is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 123 | 254 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.00 |
| HSL | 297.25º | 0.98% | 0.74% | - |
| HSV(B) | 297.25º | 0.52% | 1% | - |
| XYZ | 63.68 | 41.28 | 98.38 | - |
| YUV | 175.31 | 172.41 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 254 | 0.02 | 0.52 | 0 | 0.00 | 297.25 | 0.98 | 0.74 |
| Hex | F8 | 7B | FE | 2 | 34 | 0 | 0 | 129 | 62 | 4A |
| Octal | 370 | 173 | 376 | 2 | 64 | 0 | 0 | 451 | 142 | 112 |
| Binary | 11111000 | 1111011 | 11111110 | 10 | 110100 | 0 | 0 | 100101001 | 1100010 | 1001010 |
Color Harmonies of #F87BFE
Complementary color
Monochromatic Colors of #F87BFE
Black with #F87BFE
Text Example
Text Example
White with #F87BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BFE; }
p { color: rgb(248,123,254); }
H1.HeaderClassName
{
color: #F87BFE;
}
.AnyTagClassName
{
color: #F87BFE;
}
</style>
background-color css
<style>
a { background-color: #F87BFE; }
a { background-color: rgb(248,123,254); }
div.DivClassName
{
background-color: #F87BFE;
}
.BgClassName
{
background-color: #F87BFE;
}
</style>
border-color css
<style>
span { border-color: #F87BFE; }
span { border-color: rgb(248,123,254); }
td.TdClassName
{
border-color: #F87BFE;
}
.TagClassName
{
border-color: #F87BFE;
}
</style>