Shades of Fuchsia Pink #F988FF
Tints of Fuchsia Pink #F988FF
RGB
CMYK
RGB Variations
Color information
#F988FF (or 0xF988FF) is known color: Fuchsia Pink. HEX triplet: F9, 88 and FF. RGB value is (249,136,255). Sum of RGB (Red+Green+Blue) = 249+136+255=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 136 (53.52% from 255 or 21.25% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #F988FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F988FF is #067700. Grayscale: #B6B6B6. Windows color (decimal): -423681 or 16746745. OLE color: 16746745.
HSL color Cylindrical-coordinate representation of color #F988FF: hue angle of 296.97º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F988FF is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 136 | 255 | - |
| CMYK | 0.02 | 0.47 | 0 | 0 |
| HSL | 296.97º | 1% | 0.77% | - |
| HSV(B) | 296.97º | 0.47% | 1% | - |
| XYZ | 65.92 | 44.97 | 99.81 | - |
| YUV | 183.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 255 | 0.02 | 0.47 | 0 | 0 | 296.97 | 1 | 0.77 |
| Hex | F9 | 88 | FF | 2 | 2F | 0 | 0 | 129 | 64 | 4D |
| Octal | 371 | 210 | 377 | 2 | 57 | 0 | 0 | 451 | 144 | 115 |
| Binary | 11111001 | 10001000 | 11111111 | 10 | 101111 | 0 | 0 | 100101001 | 1100100 | 1001101 |
Color Harmonies of #F988FF
Complementary color
Monochromatic Colors of #F988FF
Black with #F988FF
Text Example
Text Example
White with #F988FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F988FF; }
p { color: rgb(249,136,255); }
H1.HeaderClassName
{
color: #F988FF;
}
.AnyTagClassName
{
color: #F988FF;
}
</style>
background-color css
<style>
a { background-color: #F988FF; }
a { background-color: rgb(249,136,255); }
div.DivClassName
{
background-color: #F988FF;
}
.BgClassName
{
background-color: #F988FF;
}
</style>
border-color css
<style>
span { border-color: #F988FF; }
span { border-color: rgb(249,136,255); }
td.TdClassName
{
border-color: #F988FF;
}
.TagClassName
{
border-color: #F988FF;
}
</style>