Shades of Pink Flamingo #FF51F2
Tints of Pink Flamingo #FF51F2
RGB
CMYK
RGB Variations
Color information
#FF51F2 (or 0xFF51F2) is known color: Pink Flamingo. HEX triplet: FF, 51 and F2. RGB value is (255,81,242). Sum of RGB (Red+Green+Blue) = 255+81+242=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 81 (32.03% from 255 or 14.01% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF51F2 is #00AE0D. Grayscale: #969696. Windows color (decimal): -44558 or 15880703. OLE color: 15880703.
HSL color Cylindrical-coordinate representation of color #FF51F2: hue angle of 304.48º 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 #FF51F2 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 242 | - |
| CMYK | 0 | 0.68 | 0.05 | 0 |
| HSL | 304.48º | 1% | 0.66% | - |
| HSV(B) | 304.48º | 0.68% | 1% | - |
| XYZ | 60.21 | 33.56 | 87.31 | - |
| YUV | 151.38 | 179.15 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 242 | 0 | 0.68 | 0.05 | 0 | 304.48 | 1 | 0.66 |
| Hex | FF | 51 | F2 | 0 | 44 | 5 | 0 | 130 | 64 | 42 |
| Octal | 377 | 121 | 362 | 0 | 104 | 5 | 0 | 460 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11110010 | 0 | 1000100 | 101 | 0 | 100110000 | 1100100 | 1000010 |
Color Harmonies of #FF51F2
Complementary color
Monochromatic Colors of #FF51F2
Black with #FF51F2
Text Example
Text Example
White with #FF51F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51F2; }
p { color: rgb(255,81,242); }
H1.HeaderClassName
{
color: #FF51F2;
}
.AnyTagClassName
{
color: #FF51F2;
}
</style>
background-color css
<style>
a { background-color: #FF51F2; }
a { background-color: rgb(255,81,242); }
div.DivClassName
{
background-color: #FF51F2;
}
.BgClassName
{
background-color: #FF51F2;
}
</style>
border-color css
<style>
span { border-color: #FF51F2; }
span { border-color: rgb(255,81,242); }
td.TdClassName
{
border-color: #FF51F2;
}
.TagClassName
{
border-color: #FF51F2;
}
</style>