Shades of Pink Flamingo #F555EE
Tints of Pink Flamingo #F555EE
RGB
CMYK
RGB Variations
Color information
#F555EE (or 0xF555EE) is known color: Pink Flamingo. HEX triplet: F5, 55 and EE. RGB value is (245,85,238). Sum of RGB (Red+Green+Blue) = 245+85+238=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 85 (33.59% from 255 or 14.96% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F555EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F555EE is #0AAA11. Grayscale: #959595. Windows color (decimal): -698898 or 15619573. OLE color: 15619573.
HSL color Cylindrical-coordinate representation of color #F555EE: hue angle of 302.62º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F555EE is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 238 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.04 |
| HSL | 302.63º | 0.89% | 0.65% | - |
| HSV(B) | 302.63º | 0.65% | 0.96% | - |
| XYZ | 56.34 | 32.08 | 84.11 | - |
| YUV | 150.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 238 | 0 | 0.65 | 0.03 | 0.04 | 302.63 | 0.89 | 0.65 |
| Hex | F5 | 55 | EE | 0 | 41 | 3 | 4 | 12F | 59 | 41 |
| Octal | 365 | 125 | 356 | 0 | 101 | 3 | 4 | 457 | 131 | 101 |
| Binary | 11110101 | 1010101 | 11101110 | 0 | 1000001 | 11 | 100 | 100101111 | 1011001 | 1000001 |
Color Harmonies of #F555EE
Complementary color
Monochromatic Colors of #F555EE
Black with #F555EE
Text Example
Text Example
White with #F555EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F555EE; }
p { color: rgb(245,85,238); }
H1.HeaderClassName
{
color: #F555EE;
}
.AnyTagClassName
{
color: #F555EE;
}
</style>
background-color css
<style>
a { background-color: #F555EE; }
a { background-color: rgb(245,85,238); }
div.DivClassName
{
background-color: #F555EE;
}
.BgClassName
{
background-color: #F555EE;
}
</style>
border-color css
<style>
span { border-color: #F555EE; }
span { border-color: rgb(245,85,238); }
td.TdClassName
{
border-color: #F555EE;
}
.TagClassName
{
border-color: #F555EE;
}
</style>