Shades of Fuchsia Pink #F981FF
Tints of Fuchsia Pink #F981FF
RGB
CMYK
RGB Variations
Color information
#F981FF (or 0xF981FF) is known color: Fuchsia Pink. HEX triplet: F9, 81 and FF. RGB value is (249,129,255). Sum of RGB (Red+Green+Blue) = 249+129+255=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 129 (50.78% from 255 or 20.38% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #F981FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F981FF is #067E00. Grayscale: #B2B2B2. Windows color (decimal): -425473 or 16744953. OLE color: 16744953.
HSL color Cylindrical-coordinate representation of color #F981FF: hue angle of 297.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F981FF is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 129 | 255 | - |
| CMYK | 0.02 | 0.49 | 0 | 0 |
| HSL | 297.14º | 1% | 0.75% | - |
| HSV(B) | 297.14º | 0.49% | 1% | - |
| XYZ | 64.97 | 43.06 | 99.5 | - |
| YUV | 179.24 | 170.76 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 255 | 0.02 | 0.49 | 0 | 0 | 297.14 | 1 | 0.75 |
| Hex | F9 | 81 | FF | 2 | 31 | 0 | 0 | 129 | 64 | 4B |
| Octal | 371 | 201 | 377 | 2 | 61 | 0 | 0 | 451 | 144 | 113 |
| Binary | 11111001 | 10000001 | 11111111 | 10 | 110001 | 0 | 0 | 100101001 | 1100100 | 1001011 |
Color Harmonies of #F981FF
Complementary color
Monochromatic Colors of #F981FF
Black with #F981FF
Text Example
Text Example
White with #F981FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F981FF; }
p { color: rgb(249,129,255); }
H1.HeaderClassName
{
color: #F981FF;
}
.AnyTagClassName
{
color: #F981FF;
}
</style>
background-color css
<style>
a { background-color: #F981FF; }
a { background-color: rgb(249,129,255); }
div.DivClassName
{
background-color: #F981FF;
}
.BgClassName
{
background-color: #F981FF;
}
</style>
border-color css
<style>
span { border-color: #F981FF; }
span { border-color: rgb(249,129,255); }
td.TdClassName
{
border-color: #F981FF;
}
.TagClassName
{
border-color: #F981FF;
}
</style>