Shades of Pink Flamingo #F55FEA
Tints of Pink Flamingo #F55FEA
RGB
CMYK
RGB Variations
Color information
#F55FEA (or 0xF55FEA) is known color: Pink Flamingo. HEX triplet: F5, 5F and EA. RGB value is (245,95,234). Sum of RGB (Red+Green+Blue) = 245+95+234=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 95 (37.5% from 255 or 16.55% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FEA is #0AA015. Grayscale: #9B9B9B. Windows color (decimal): -696342 or 15359989. OLE color: 15359989.
HSL color Cylindrical-coordinate representation of color #F55FEA: hue angle of 304.4º 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 #F55FEA is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 234 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.04 |
| HSL | 304.4º | 0.88% | 0.67% | - |
| HSV(B) | 304.4º | 0.61% | 0.96% | - |
| XYZ | 56.6 | 33.54 | 81.33 | - |
| YUV | 155.7 | 172.2 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 234 | 0 | 0.61 | 0.04 | 0.04 | 304.4 | 0.88 | 0.67 |
| Hex | F5 | 5F | EA | 0 | 3D | 4 | 4 | 130 | 58 | 43 |
| Octal | 365 | 137 | 352 | 0 | 75 | 4 | 4 | 460 | 130 | 103 |
| Binary | 11110101 | 1011111 | 11101010 | 0 | 111101 | 100 | 100 | 100110000 | 1011000 | 1000011 |
Color Harmonies of #F55FEA
Complementary color
Monochromatic Colors of #F55FEA
Black with #F55FEA
Text Example
Text Example
White with #F55FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FEA; }
p { color: rgb(245,95,234); }
H1.HeaderClassName
{
color: #F55FEA;
}
.AnyTagClassName
{
color: #F55FEA;
}
</style>
background-color css
<style>
a { background-color: #F55FEA; }
a { background-color: rgb(245,95,234); }
div.DivClassName
{
background-color: #F55FEA;
}
.BgClassName
{
background-color: #F55FEA;
}
</style>
border-color css
<style>
span { border-color: #F55FEA; }
span { border-color: rgb(245,95,234); }
td.TdClassName
{
border-color: #F55FEA;
}
.TagClassName
{
border-color: #F55FEA;
}
</style>