Shades of Pink Flamingo #FE50F6
Tints of Pink Flamingo #FE50F6
RGB
CMYK
RGB Variations
Color information
#FE50F6 (or 0xFE50F6) is known color: Pink Flamingo. HEX triplet: FE, 50 and F6. RGB value is (254,80,246). Sum of RGB (Red+Green+Blue) = 254+80+246=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 80 (31.64% from 255 or 13.79% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50F6 is #01AF09. Grayscale: #969696. Windows color (decimal): -110346 or 16142590. OLE color: 16142590.
HSL color Cylindrical-coordinate representation of color #FE50F6: hue angle of 302.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE50F6 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 80 | 246 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.00 |
| HSL | 302.76º | 0.99% | 0.65% | - |
| HSV(B) | 302.76º | 0.69% | 1% | - |
| XYZ | 60.38 | 33.46 | 90.47 | - |
| YUV | 150.95 | 181.65 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 80 | 246 | 0 | 0.69 | 0.03 | 0.00 | 302.76 | 0.99 | 0.65 |
| Hex | FE | 50 | F6 | 0 | 45 | 3 | 0 | 12F | 63 | 41 |
| Octal | 376 | 120 | 366 | 0 | 105 | 3 | 0 | 457 | 143 | 101 |
| Binary | 11111110 | 1010000 | 11110110 | 0 | 1000101 | 11 | 0 | 100101111 | 1100011 | 1000001 |
Color Harmonies of #FE50F6
Complementary color
Monochromatic Colors of #FE50F6
Black with #FE50F6
Text Example
Text Example
White with #FE50F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE50F6; }
p { color: rgb(254,80,246); }
H1.HeaderClassName
{
color: #FE50F6;
}
.AnyTagClassName
{
color: #FE50F6;
}
</style>
background-color css
<style>
a { background-color: #FE50F6; }
a { background-color: rgb(254,80,246); }
div.DivClassName
{
background-color: #FE50F6;
}
.BgClassName
{
background-color: #FE50F6;
}
</style>
border-color css
<style>
span { border-color: #FE50F6; }
span { border-color: rgb(254,80,246); }
td.TdClassName
{
border-color: #FE50F6;
}
.TagClassName
{
border-color: #FE50F6;
}
</style>