Shades of Pink Flamingo #FF51F1
Tints of Pink Flamingo #FF51F1
RGB
CMYK
RGB Variations
Color information
#FF51F1 (or 0xFF51F1) is known color: Pink Flamingo. HEX triplet: FF, 51 and F1. RGB value is (255,81,241). Sum of RGB (Red+Green+Blue) = 255+81+241=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 81 (32.03% from 255 or 14.04% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF51F1 is #00AE0E. Grayscale: #969696. Windows color (decimal): -44559 or 15815167. OLE color: 15815167.
HSL color Cylindrical-coordinate representation of color #FF51F1: hue angle of 304.83º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51F1 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 241 | - |
| CMYK | 0 | 0.68 | 0.05 | 0 |
| HSL | 304.83º | 1% | 0.66% | - |
| HSV(B) | 304.83º | 0.68% | 1% | - |
| XYZ | 60.06 | 33.5 | 86.52 | - |
| YUV | 151.27 | 178.65 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 241 | 0 | 0.68 | 0.05 | 0 | 304.83 | 1 | 0.66 |
| Hex | FF | 51 | F1 | 0 | 44 | 5 | 0 | 131 | 64 | 42 |
| Octal | 377 | 121 | 361 | 0 | 104 | 5 | 0 | 461 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11110001 | 0 | 1000100 | 101 | 0 | 100110001 | 1100100 | 1000010 |
Color Harmonies of #FF51F1
Complementary color
Monochromatic Colors of #FF51F1
Black with #FF51F1
Text Example
Text Example
White with #FF51F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51F1; }
p { color: rgb(255,81,241); }
H1.HeaderClassName
{
color: #FF51F1;
}
.AnyTagClassName
{
color: #FF51F1;
}
</style>
background-color css
<style>
a { background-color: #FF51F1; }
a { background-color: rgb(255,81,241); }
div.DivClassName
{
background-color: #FF51F1;
}
.BgClassName
{
background-color: #FF51F1;
}
</style>
border-color css
<style>
span { border-color: #FF51F1; }
span { border-color: rgb(255,81,241); }
td.TdClassName
{
border-color: #FF51F1;
}
.TagClassName
{
border-color: #FF51F1;
}
</style>