Shades of Fuchsia Pink #FF81FB
Tints of Fuchsia Pink #FF81FB
RGB
CMYK
RGB Variations
Color information
#FF81FB (or 0xFF81FB) is known color: Fuchsia Pink. HEX triplet: FF, 81 and FB. RGB value is (255,129,251). Sum of RGB (Red+Green+Blue) = 255+129+251=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 129 (50.78% from 255 or 20.31% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81FB is #007E04. Grayscale: #B4B4B4. Windows color (decimal): -32261 or 16482815. OLE color: 16482815.
HSL color Cylindrical-coordinate representation of color #FF81FB: hue angle of 301.9º 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 #FF81FB is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 251 | - |
| CMYK | 0 | 0.49 | 0.02 | 0 |
| HSL | 301.9º | 1% | 0.75% | - |
| HSV(B) | 301.9º | 0.49% | 1% | - |
| XYZ | 66.5 | 43.93 | 96.24 | - |
| YUV | 180.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 251 | 0 | 0.49 | 0.02 | 0 | 301.9 | 1 | 0.75 |
| Hex | FF | 81 | FB | 0 | 31 | 2 | 0 | 12E | 64 | 4B |
| Octal | 377 | 201 | 373 | 0 | 61 | 2 | 0 | 456 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11111011 | 0 | 110001 | 10 | 0 | 100101110 | 1100100 | 1001011 |
Color Harmonies of #FF81FB
Complementary color
Monochromatic Colors of #FF81FB
Black with #FF81FB
Text Example
Text Example
White with #FF81FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81FB; }
p { color: rgb(255,129,251); }
H1.HeaderClassName
{
color: #FF81FB;
}
.AnyTagClassName
{
color: #FF81FB;
}
</style>
background-color css
<style>
a { background-color: #FF81FB; }
a { background-color: rgb(255,129,251); }
div.DivClassName
{
background-color: #FF81FB;
}
.BgClassName
{
background-color: #FF81FB;
}
</style>
border-color css
<style>
span { border-color: #FF81FB; }
span { border-color: rgb(255,129,251); }
td.TdClassName
{
border-color: #FF81FB;
}
.TagClassName
{
border-color: #FF81FB;
}
</style>