Shades of Pink Flamingo #F55FEE
Tints of Pink Flamingo #F55FEE
RGB
CMYK
RGB Variations
Color information
#F55FEE (or 0xF55FEE) is known color: Pink Flamingo. HEX triplet: F5, 5F and EE. RGB value is (245,95,238). Sum of RGB (Red+Green+Blue) = 245+95+238=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FEE is #0AA011. Grayscale: #9B9B9B. Windows color (decimal): -696338 or 15622133. OLE color: 15622133.
HSL color Cylindrical-coordinate representation of color #F55FEE: hue angle of 302.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55FEE is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 238 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.04 |
| HSL | 302.8º | 0.88% | 0.67% | - |
| HSV(B) | 302.8º | 0.61% | 0.96% | - |
| XYZ | 57.18 | 33.77 | 84.39 | - |
| YUV | 156.15 | 174.2 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 238 | 0 | 0.61 | 0.03 | 0.04 | 302.8 | 0.88 | 0.67 |
| Hex | F5 | 5F | EE | 0 | 3D | 3 | 4 | 12F | 58 | 43 |
| Octal | 365 | 137 | 356 | 0 | 75 | 3 | 4 | 457 | 130 | 103 |
| Binary | 11110101 | 1011111 | 11101110 | 0 | 111101 | 11 | 100 | 100101111 | 1011000 | 1000011 |
Color Harmonies of #F55FEE
Complementary color
Monochromatic Colors of #F55FEE
Black with #F55FEE
Text Example
Text Example
White with #F55FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FEE; }
p { color: rgb(245,95,238); }
H1.HeaderClassName
{
color: #F55FEE;
}
.AnyTagClassName
{
color: #F55FEE;
}
</style>
background-color css
<style>
a { background-color: #F55FEE; }
a { background-color: rgb(245,95,238); }
div.DivClassName
{
background-color: #F55FEE;
}
.BgClassName
{
background-color: #F55FEE;
}
</style>
border-color css
<style>
span { border-color: #F55FEE; }
span { border-color: rgb(245,95,238); }
td.TdClassName
{
border-color: #F55FEE;
}
.TagClassName
{
border-color: #F55FEE;
}
</style>