Shades of Fuchsia Pink #FF81F4
Tints of Fuchsia Pink #FF81F4
RGB
CMYK
RGB Variations
Color information
#FF81F4 (or 0xFF81F4) is known color: Fuchsia Pink. HEX triplet: FF, 81 and F4. RGB value is (255,129,244). Sum of RGB (Red+Green+Blue) = 255+129+244=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 129 (50.78% from 255 or 20.54% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF81F4 is #007E0B. Grayscale: #B3B3B3. Windows color (decimal): -32268 or 16024063. OLE color: 16024063.
HSL color Cylindrical-coordinate representation of color #FF81F4: hue angle of 305.24º 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 #FF81F4 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 244 | - |
| CMYK | 0 | 0.49 | 0.04 | 0 |
| HSL | 305.24º | 1% | 0.75% | - |
| HSV(B) | 305.24º | 0.49% | 1% | - |
| XYZ | 65.42 | 43.49 | 90.53 | - |
| YUV | 179.78 | 164.24 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 244 | 0 | 0.49 | 0.04 | 0 | 305.24 | 1 | 0.75 |
| Hex | FF | 81 | F4 | 0 | 31 | 4 | 0 | 131 | 64 | 4B |
| Octal | 377 | 201 | 364 | 0 | 61 | 4 | 0 | 461 | 144 | 113 |
| Binary | 11111111 | 10000001 | 11110100 | 0 | 110001 | 100 | 0 | 100110001 | 1100100 | 1001011 |
Color Harmonies of #FF81F4
Complementary color
Monochromatic Colors of #FF81F4
Black with #FF81F4
Text Example
Text Example
White with #FF81F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81F4; }
p { color: rgb(255,129,244); }
H1.HeaderClassName
{
color: #FF81F4;
}
.AnyTagClassName
{
color: #FF81F4;
}
</style>
background-color css
<style>
a { background-color: #FF81F4; }
a { background-color: rgb(255,129,244); }
div.DivClassName
{
background-color: #FF81F4;
}
.BgClassName
{
background-color: #FF81F4;
}
</style>
border-color css
<style>
span { border-color: #FF81F4; }
span { border-color: rgb(255,129,244); }
td.TdClassName
{
border-color: #FF81F4;
}
.TagClassName
{
border-color: #FF81F4;
}
</style>