Shades of Fuchsia Pink #FF81F9
Tints of Fuchsia Pink #FF81F9
RGB
CMYK
RGB Variations
Color information
#FF81F9 (or 0xFF81F9) is known color: Fuchsia Pink. HEX triplet: FF, 81 and F9. RGB value is (255,129,249). Sum of RGB (Red+Green+Blue) = 255+129+249=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 129 (50.78% from 255 or 20.38% from 633); Blue value is 249 (97.66% from 255 or 39.34% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81F9 is #007E06. Grayscale: #B4B4B4. Windows color (decimal): -32263 or 16351743. OLE color: 16351743.
HSL color Cylindrical-coordinate representation of color #FF81F9: hue angle of 302.86º 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 #FF81F9 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 249 | - |
| CMYK | 0 | 0.49 | 0.02 | 0 |
| HSL | 302.86º | 1% | 0.75% | - |
| HSV(B) | 302.86º | 0.49% | 1% | - |
| XYZ | 66.19 | 43.8 | 94.59 | - |
| YUV | 180.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 249 | 0 | 0.49 | 0.02 | 0 | 302.86 | 1 | 0.75 |
| Hex | FF | 81 | F9 | 0 | 31 | 2 | 0 | 12F | 64 | 4B |
| Octal | 377 | 201 | 371 | 0 | 61 | 2 | 0 | 457 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11111001 | 0 | 110001 | 10 | 0 | 100101111 | 1100100 | 1001011 |
Color Harmonies of #FF81F9
Complementary color
Monochromatic Colors of #FF81F9
Black with #FF81F9
Text Example
Text Example
White with #FF81F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81F9; }
p { color: rgb(255,129,249); }
H1.HeaderClassName
{
color: #FF81F9;
}
.AnyTagClassName
{
color: #FF81F9;
}
</style>
background-color css
<style>
a { background-color: #FF81F9; }
a { background-color: rgb(255,129,249); }
div.DivClassName
{
background-color: #FF81F9;
}
.BgClassName
{
background-color: #FF81F9;
}
</style>
border-color css
<style>
span { border-color: #FF81F9; }
span { border-color: rgb(255,129,249); }
td.TdClassName
{
border-color: #FF81F9;
}
.TagClassName
{
border-color: #FF81F9;
}
</style>