Shades of Pink Flamingo #FF50F6
Tints of Pink Flamingo #FF50F6
RGB
CMYK
RGB Variations
Color information
#FF50F6 (or 0xFF50F6) is known color: Pink Flamingo. HEX triplet: FF, 50 and F6. RGB value is (255,80,246). Sum of RGB (Red+Green+Blue) = 255+80+246=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 80 (31.64% from 255 or 13.77% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50F6 is #00AF09. Grayscale: #969696. Windows color (decimal): -44810 or 16142591. OLE color: 16142591.
HSL color Cylindrical-coordinate representation of color #FF50F6: hue angle of 303.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50F6 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 246 | - |
| CMYK | 0 | 0.69 | 0.04 | 0 |
| HSL | 303.09º | 1% | 0.66% | - |
| HSV(B) | 303.09º | 0.69% | 1% | - |
| XYZ | 60.74 | 33.65 | 90.48 | - |
| YUV | 151.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 246 | 0 | 0.69 | 0.04 | 0 | 303.09 | 1 | 0.66 |
| Hex | FF | 50 | F6 | 0 | 45 | 4 | 0 | 12F | 64 | 42 |
| Octal | 377 | 120 | 366 | 0 | 105 | 4 | 0 | 457 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11110110 | 0 | 1000101 | 100 | 0 | 100101111 | 1100100 | 1000010 |
Color Harmonies of #FF50F6
Complementary color
Monochromatic Colors of #FF50F6
Black with #FF50F6
Text Example
Text Example
White with #FF50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50F6; }
p { color: rgb(255,80,246); }
H1.HeaderClassName
{
color: #FF50F6;
}
.AnyTagClassName
{
color: #FF50F6;
}
</style>
background-color css
<style>
a { background-color: #FF50F6; }
a { background-color: rgb(255,80,246); }
div.DivClassName
{
background-color: #FF50F6;
}
.BgClassName
{
background-color: #FF50F6;
}
</style>
border-color css
<style>
span { border-color: #FF50F6; }
span { border-color: rgb(255,80,246); }
td.TdClassName
{
border-color: #FF50F6;
}
.TagClassName
{
border-color: #FF50F6;
}
</style>