Shades of Pink Flamingo #F25FEC
Tints of Pink Flamingo #F25FEC
RGB
CMYK
RGB Variations
Color information
#F25FEC (or 0xF25FEC) is known color: Pink Flamingo. HEX triplet: F2, 5F and EC. RGB value is (242,95,236). Sum of RGB (Red+Green+Blue) = 242+95+236=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F25FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25FEC is #0DA013. Grayscale: #9A9A9A. Windows color (decimal): -892948 or 15491058. OLE color: 15491058.
HSL color Cylindrical-coordinate representation of color #F25FEC: hue angle of 302.45º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F25FEC is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 95 | 236 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.05 |
| HSL | 302.45º | 0.85% | 0.66% | - |
| HSV(B) | 302.45º | 0.61% | 0.95% | - |
| XYZ | 55.85 | 33.12 | 82.81 | - |
| YUV | 155.03 | 173.7 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 95 | 236 | 0 | 0.61 | 0.02 | 0.05 | 302.45 | 0.85 | 0.66 |
| Hex | F2 | 5F | EC | 0 | 3D | 2 | 5 | 12E | 55 | 42 |
| Octal | 362 | 137 | 354 | 0 | 75 | 2 | 5 | 456 | 125 | 102 |
| Binary | 11110010 | 1011111 | 11101100 | 0 | 111101 | 10 | 101 | 100101110 | 1010101 | 1000010 |
Color Harmonies of #F25FEC
Complementary color
Monochromatic Colors of #F25FEC
Black with #F25FEC
Text Example
Text Example
White with #F25FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25FEC; }
p { color: rgb(242,95,236); }
H1.HeaderClassName
{
color: #F25FEC;
}
.AnyTagClassName
{
color: #F25FEC;
}
</style>
background-color css
<style>
a { background-color: #F25FEC; }
a { background-color: rgb(242,95,236); }
div.DivClassName
{
background-color: #F25FEC;
}
.BgClassName
{
background-color: #F25FEC;
}
</style>
border-color css
<style>
span { border-color: #F25FEC; }
span { border-color: rgb(242,95,236); }
td.TdClassName
{
border-color: #F25FEC;
}
.TagClassName
{
border-color: #F25FEC;
}
</style>