Shades of Fuchsia Pink #F875FE
Tints of Fuchsia Pink #F875FE
RGB
CMYK
RGB Variations
Color information
#F875FE (or 0xF875FE) is known color: Fuchsia Pink. HEX triplet: F8, 75 and FE. RGB value is (248,117,254). Sum of RGB (Red+Green+Blue) = 248+117+254=619 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.06% from 619); Green value is 117 (46.09% from 255 or 18.90% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #F875FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F875FE is #078A01. Grayscale: #ABABAB. Windows color (decimal): -494082 or 16676344. OLE color: 16676344.
HSL color Cylindrical-coordinate representation of color #F875FE: hue angle of 297.37º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F875FE is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 117 | 254 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.00 |
| HSL | 297.37º | 0.99% | 0.73% | - |
| HSV(B) | 297.37º | 0.54% | 1% | - |
| XYZ | 62.96 | 39.83 | 98.14 | - |
| YUV | 171.79 | 174.4 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 117 | 254 | 0.02 | 0.54 | 0 | 0.00 | 297.37 | 0.99 | 0.73 |
| Hex | F8 | 75 | FE | 2 | 36 | 0 | 0 | 129 | 63 | 49 |
| Octal | 370 | 165 | 376 | 2 | 66 | 0 | 0 | 451 | 143 | 111 |
| Binary | 11111000 | 1110101 | 11111110 | 10 | 110110 | 0 | 0 | 100101001 | 1100011 | 1001001 |
Color Harmonies of #F875FE
Complementary color
Monochromatic Colors of #F875FE
Black with #F875FE
Text Example
Text Example
White with #F875FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F875FE; }
p { color: rgb(248,117,254); }
H1.HeaderClassName
{
color: #F875FE;
}
.AnyTagClassName
{
color: #F875FE;
}
</style>
background-color css
<style>
a { background-color: #F875FE; }
a { background-color: rgb(248,117,254); }
div.DivClassName
{
background-color: #F875FE;
}
.BgClassName
{
background-color: #F875FE;
}
</style>
border-color css
<style>
span { border-color: #F875FE; }
span { border-color: rgb(248,117,254); }
td.TdClassName
{
border-color: #F875FE;
}
.TagClassName
{
border-color: #F875FE;
}
</style>