Shades of Fuchsia Pink #F87BFB
Tints of Fuchsia Pink #F87BFB
RGB
CMYK
RGB Variations
Color information
#F87BFB (or 0xF87BFB) is known color: Fuchsia Pink. HEX triplet: F8, 7B and FB. RGB value is (248,123,251). Sum of RGB (Red+Green+Blue) = 248+123+251=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 123 (48.44% from 255 or 19.77% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #F87BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87BFB is #078404. Grayscale: #AEAEAE. Windows color (decimal): -492549 or 16481272. OLE color: 16481272.
HSL color Cylindrical-coordinate representation of color #F87BFB: hue angle of 298.59º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87BFB is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 123 | 251 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.02 |
| HSL | 298.59º | 0.94% | 0.73% | - |
| HSV(B) | 298.59º | 0.51% | 0.98% | - |
| XYZ | 63.21 | 41.09 | 95.87 | - |
| YUV | 174.97 | 170.91 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 251 | 0.01 | 0.51 | 0 | 0.02 | 298.59 | 0.94 | 0.73 |
| Hex | F8 | 7B | FB | 1 | 33 | 0 | 2 | 12B | 5E | 49 |
| Octal | 370 | 173 | 373 | 1 | 63 | 0 | 2 | 453 | 136 | 111 |
| Binary | 11111000 | 1111011 | 11111011 | 1 | 110011 | 0 | 10 | 100101011 | 1011110 | 1001001 |
Color Harmonies of #F87BFB
Complementary color
Monochromatic Colors of #F87BFB
Black with #F87BFB
Text Example
Text Example
White with #F87BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BFB; }
p { color: rgb(248,123,251); }
H1.HeaderClassName
{
color: #F87BFB;
}
.AnyTagClassName
{
color: #F87BFB;
}
</style>
background-color css
<style>
a { background-color: #F87BFB; }
a { background-color: rgb(248,123,251); }
div.DivClassName
{
background-color: #F87BFB;
}
.BgClassName
{
background-color: #F87BFB;
}
</style>
border-color css
<style>
span { border-color: #F87BFB; }
span { border-color: rgb(248,123,251); }
td.TdClassName
{
border-color: #F87BFB;
}
.TagClassName
{
border-color: #F87BFB;
}
</style>