Shades of Fuchsia Pink #F875FF
Tints of Fuchsia Pink #F875FF
RGB
CMYK
RGB Variations
Color information
#F875FF (or 0xF875FF) is known color: Fuchsia Pink. HEX triplet: F8, 75 and FF. RGB value is (248,117,255). Sum of RGB (Red+Green+Blue) = 248+117+255=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 117 (46.09% from 255 or 18.87% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #F875FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875FF is #078A00. Grayscale: #ABABAB. Windows color (decimal): -494081 or 16741880. OLE color: 16741880.
HSL color Cylindrical-coordinate representation of color #F875FF: hue angle of 296.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F875FF is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 117 | 255 | - |
| CMYK | 0.03 | 0.54 | 0 | 0 |
| HSL | 296.96º | 1% | 0.73% | - |
| HSV(B) | 296.96º | 0.54% | 1% | - |
| XYZ | 63.12 | 39.9 | 98.98 | - |
| YUV | 171.9 | 174.9 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 255 | 0.03 | 0.54 | 0 | 0 | 296.96 | 1 | 0.73 |
| Hex | F8 | 75 | FF | 3 | 36 | 0 | 0 | 129 | 64 | 49 |
| Octal | 370 | 165 | 377 | 3 | 66 | 0 | 0 | 451 | 144 | 111 |
| Binary | 11111000 | 1110101 | 11111111 | 11 | 110110 | 0 | 0 | 100101001 | 1100100 | 1001001 |
Color Harmonies of #F875FF
Complementary color
Monochromatic Colors of #F875FF
Black with #F875FF
Text Example
Text Example
White with #F875FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875FF; }
p { color: rgb(248,117,255); }
H1.HeaderClassName
{
color: #F875FF;
}
.AnyTagClassName
{
color: #F875FF;
}
</style>
background-color css
<style>
a { background-color: #F875FF; }
a { background-color: rgb(248,117,255); }
div.DivClassName
{
background-color: #F875FF;
}
.BgClassName
{
background-color: #F875FF;
}
</style>
border-color css
<style>
span { border-color: #F875FF; }
span { border-color: rgb(248,117,255); }
td.TdClassName
{
border-color: #F875FF;
}
.TagClassName
{
border-color: #F875FF;
}
</style>