Shades of Pink Flamingo #F551EE
Tints of Pink Flamingo #F551EE
RGB
CMYK
RGB Variations
Color information
#F551EE (or 0xF551EE) is known color: Pink Flamingo. HEX triplet: F5, 51 and EE. RGB value is (245,81,238). Sum of RGB (Red+Green+Blue) = 245+81+238=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 81 (32.03% from 255 or 14.36% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F551EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F551EE is #0AAE11. Grayscale: #939393. Windows color (decimal): -699922 or 15618549. OLE color: 15618549.
HSL color Cylindrical-coordinate representation of color #F551EE: hue angle of 302.56º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F551EE is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 238 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.04 |
| HSL | 302.56º | 0.89% | 0.64% | - |
| HSV(B) | 302.56º | 0.67% | 0.96% | - |
| XYZ | 56.03 | 31.47 | 84.01 | - |
| YUV | 147.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 238 | 0 | 0.67 | 0.03 | 0.04 | 302.56 | 0.89 | 0.64 |
| Hex | F5 | 51 | EE | 0 | 43 | 3 | 4 | 12F | 59 | 40 |
| Octal | 365 | 121 | 356 | 0 | 103 | 3 | 4 | 457 | 131 | 100 |
| Binary | 11110101 | 1010001 | 11101110 | 0 | 1000011 | 11 | 100 | 100101111 | 1011001 | 1000000 |
Color Harmonies of #F551EE
Complementary color
Monochromatic Colors of #F551EE
Black with #F551EE
Text Example
Text Example
White with #F551EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F551EE; }
p { color: rgb(245,81,238); }
H1.HeaderClassName
{
color: #F551EE;
}
.AnyTagClassName
{
color: #F551EE;
}
</style>
background-color css
<style>
a { background-color: #F551EE; }
a { background-color: rgb(245,81,238); }
div.DivClassName
{
background-color: #F551EE;
}
.BgClassName
{
background-color: #F551EE;
}
</style>
border-color css
<style>
span { border-color: #F551EE; }
span { border-color: rgb(245,81,238); }
td.TdClassName
{
border-color: #F551EE;
}
.TagClassName
{
border-color: #F551EE;
}
</style>