Shades of Fuchsia Pink #F875FA
Tints of Fuchsia Pink #F875FA
RGB
CMYK
RGB Variations
Color information
#F875FA (or 0xF875FA) is known color: Fuchsia Pink. HEX triplet: F8, 75 and FA. RGB value is (248,117,250). Sum of RGB (Red+Green+Blue) = 248+117+250=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 117 (46.09% from 255 or 19.02% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #F875FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875FA is #078A05. Grayscale: #AAAAAA. Windows color (decimal): -494086 or 16414200. OLE color: 16414200.
HSL color Cylindrical-coordinate representation of color #F875FA: hue angle of 299.1º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F875FA is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 117 | 250 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.02 |
| HSL | 299.1º | 0.93% | 0.72% | - |
| HSV(B) | 299.1º | 0.53% | 0.98% | - |
| XYZ | 62.33 | 39.58 | 94.8 | - |
| YUV | 171.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 250 | 0.01 | 0.53 | 0 | 0.02 | 299.1 | 0.93 | 0.72 |
| Hex | F8 | 75 | FA | 1 | 35 | 0 | 2 | 12B | 5D | 48 |
| Octal | 370 | 165 | 372 | 1 | 65 | 0 | 2 | 453 | 135 | 110 |
| Binary | 11111000 | 1110101 | 11111010 | 1 | 110101 | 0 | 10 | 100101011 | 1011101 | 1001000 |
Color Harmonies of #F875FA
Complementary color
Monochromatic Colors of #F875FA
Black with #F875FA
Text Example
Text Example
White with #F875FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875FA; }
p { color: rgb(248,117,250); }
H1.HeaderClassName
{
color: #F875FA;
}
.AnyTagClassName
{
color: #F875FA;
}
</style>
background-color css
<style>
a { background-color: #F875FA; }
a { background-color: rgb(248,117,250); }
div.DivClassName
{
background-color: #F875FA;
}
.BgClassName
{
background-color: #F875FA;
}
</style>
border-color css
<style>
span { border-color: #F875FA; }
span { border-color: rgb(248,117,250); }
td.TdClassName
{
border-color: #F875FA;
}
.TagClassName
{
border-color: #F875FA;
}
</style>