Shades of Pink Flamingo #F550FE
Tints of Pink Flamingo #F550FE
RGB
CMYK
RGB Variations
Color information
#F550FE (or 0xF550FE) is known color: Pink Flamingo. HEX triplet: F5, 50 and FE. RGB value is (245,80,254). Sum of RGB (Red+Green+Blue) = 245+80+254=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 80 (31.64% from 255 or 13.82% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #F550FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F550FE is #0AAF01. Grayscale: #949494. Windows color (decimal): -700162 or 16666869. OLE color: 16666869.
HSL color Cylindrical-coordinate representation of color #F550FE: hue angle of 296.9º 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 #F550FE is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 80 | 254 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.00 |
| HSL | 296.9º | 0.99% | 0.65% | - |
| HSV(B) | 296.9º | 0.69% | 1% | - |
| XYZ | 58.41 | 32.31 | 96.92 | - |
| YUV | 149.17 | 187.16 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 254 | 0.04 | 0.69 | 0 | 0.00 | 296.9 | 0.99 | 0.65 |
| Hex | F5 | 50 | FE | 4 | 45 | 0 | 0 | 129 | 63 | 41 |
| Octal | 365 | 120 | 376 | 4 | 105 | 0 | 0 | 451 | 143 | 101 |
| Binary | 11110101 | 1010000 | 11111110 | 100 | 1000101 | 0 | 0 | 100101001 | 1100011 | 1000001 |
Color Harmonies of #F550FE
Complementary color
Monochromatic Colors of #F550FE
Black with #F550FE
Text Example
Text Example
White with #F550FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F550FE; }
p { color: rgb(245,80,254); }
H1.HeaderClassName
{
color: #F550FE;
}
.AnyTagClassName
{
color: #F550FE;
}
</style>
background-color css
<style>
a { background-color: #F550FE; }
a { background-color: rgb(245,80,254); }
div.DivClassName
{
background-color: #F550FE;
}
.BgClassName
{
background-color: #F550FE;
}
</style>
border-color css
<style>
span { border-color: #F550FE; }
span { border-color: rgb(245,80,254); }
td.TdClassName
{
border-color: #F550FE;
}
.TagClassName
{
border-color: #F550FE;
}
</style>