Shades of Fuchsia Pink #F98DFF
Tints of Fuchsia Pink #F98DFF
RGB
CMYK
RGB Variations
Color information
#F98DFF (or 0xF98DFF) is known color: Fuchsia Pink. HEX triplet: F9, 8D and FF. RGB value is (249,141,255). Sum of RGB (Red+Green+Blue) = 249+141+255=645 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.60% from 645); Green value is 141 (55.47% from 255 or 21.86% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #F98DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98DFF is #067200. Grayscale: #B9B9B9. Windows color (decimal): -422401 or 16748025. OLE color: 16748025.
HSL color Cylindrical-coordinate representation of color #F98DFF: hue angle of 296.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98DFF is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 141 | 255 | - |
| CMYK | 0.02 | 0.45 | 0 | 0 |
| HSL | 296.84º | 1% | 0.78% | - |
| HSV(B) | 296.84º | 0.45% | 1% | - |
| XYZ | 66.64 | 46.41 | 100.05 | - |
| YUV | 186.29 | 166.78 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 255 | 0.02 | 0.45 | 0 | 0 | 296.84 | 1 | 0.78 |
| Hex | F9 | 8D | FF | 2 | 2D | 0 | 0 | 129 | 64 | 4E |
| Octal | 371 | 215 | 377 | 2 | 55 | 0 | 0 | 451 | 144 | 116 |
| Binary | 11111001 | 10001101 | 11111111 | 10 | 101101 | 0 | 0 | 100101001 | 1100100 | 1001110 |
Color Harmonies of #F98DFF
Complementary color
Monochromatic Colors of #F98DFF
Black with #F98DFF
Text Example
Text Example
White with #F98DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98DFF; }
p { color: rgb(249,141,255); }
H1.HeaderClassName
{
color: #F98DFF;
}
.AnyTagClassName
{
color: #F98DFF;
}
</style>
background-color css
<style>
a { background-color: #F98DFF; }
a { background-color: rgb(249,141,255); }
div.DivClassName
{
background-color: #F98DFF;
}
.BgClassName
{
background-color: #F98DFF;
}
</style>
border-color css
<style>
span { border-color: #F98DFF; }
span { border-color: rgb(249,141,255); }
td.TdClassName
{
border-color: #F98DFF;
}
.TagClassName
{
border-color: #F98DFF;
}
</style>