Shades of Fuchsia Pink #F878FA
Tints of Fuchsia Pink #F878FA
RGB
CMYK
RGB Variations
Color information
#F878FA (or 0xF878FA) is known color: Fuchsia Pink. HEX triplet: F8, 78 and FA. RGB value is (248,120,250). Sum of RGB (Red+Green+Blue) = 248+120+250=618 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.13% from 618); Green value is 120 (47.27% from 255 or 19.42% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #F878FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F878FA is #078705. Grayscale: #ACACAC. Windows color (decimal): -493318 or 16414968. OLE color: 16414968.
HSL color Cylindrical-coordinate representation of color #F878FA: hue angle of 299.08º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F878FA is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 120 | 250 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.02 |
| HSL | 299.08º | 0.93% | 0.73% | - |
| HSV(B) | 299.08º | 0.52% | 0.98% | - |
| XYZ | 62.68 | 40.29 | 94.92 | - |
| YUV | 173.09 | 171.41 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 250 | 0.01 | 0.52 | 0 | 0.02 | 299.08 | 0.93 | 0.73 |
| Hex | F8 | 78 | FA | 1 | 34 | 0 | 2 | 12B | 5D | 49 |
| Octal | 370 | 170 | 372 | 1 | 64 | 0 | 2 | 453 | 135 | 111 |
| Binary | 11111000 | 1111000 | 11111010 | 1 | 110100 | 0 | 10 | 100101011 | 1011101 | 1001001 |
Color Harmonies of #F878FA
Complementary color
Monochromatic Colors of #F878FA
Black with #F878FA
Text Example
Text Example
White with #F878FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F878FA; }
p { color: rgb(248,120,250); }
H1.HeaderClassName
{
color: #F878FA;
}
.AnyTagClassName
{
color: #F878FA;
}
</style>
background-color css
<style>
a { background-color: #F878FA; }
a { background-color: rgb(248,120,250); }
div.DivClassName
{
background-color: #F878FA;
}
.BgClassName
{
background-color: #F878FA;
}
</style>
border-color css
<style>
span { border-color: #F878FA; }
span { border-color: rgb(248,120,250); }
td.TdClassName
{
border-color: #F878FA;
}
.TagClassName
{
border-color: #F878FA;
}
</style>