Shades of Pink Flamingo #F25DEC
Tints of Pink Flamingo #F25DEC
RGB
CMYK
RGB Variations
Color information
#F25DEC (or 0xF25DEC) is known color: Pink Flamingo. HEX triplet: F2, 5D and EC. RGB value is (242,93,236). Sum of RGB (Red+Green+Blue) = 242+93+236=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 93 (36.72% from 255 or 16.29% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F25DEC is #0DA213. Grayscale: #999999. Windows color (decimal): -893460 or 15490546. OLE color: 15490546.
HSL color Cylindrical-coordinate representation of color #F25DEC: hue angle of 302.42º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25DEC is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 93 | 236 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.05 |
| HSL | 302.42º | 0.85% | 0.66% | - |
| HSV(B) | 302.42º | 0.62% | 0.95% | - |
| XYZ | 55.67 | 32.76 | 82.75 | - |
| YUV | 153.85 | 174.36 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 93 | 236 | 0 | 0.62 | 0.02 | 0.05 | 302.42 | 0.85 | 0.66 |
| Hex | F2 | 5D | EC | 0 | 3E | 2 | 5 | 12E | 55 | 42 |
| Octal | 362 | 135 | 354 | 0 | 76 | 2 | 5 | 456 | 125 | 102 |
| Binary | 11110010 | 1011101 | 11101100 | 0 | 111110 | 10 | 101 | 100101110 | 1010101 | 1000010 |
Color Harmonies of #F25DEC
Complementary color
Monochromatic Colors of #F25DEC
Black with #F25DEC
Text Example
Text Example
White with #F25DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25DEC; }
p { color: rgb(242,93,236); }
H1.HeaderClassName
{
color: #F25DEC;
}
.AnyTagClassName
{
color: #F25DEC;
}
</style>
background-color css
<style>
a { background-color: #F25DEC; }
a { background-color: rgb(242,93,236); }
div.DivClassName
{
background-color: #F25DEC;
}
.BgClassName
{
background-color: #F25DEC;
}
</style>
border-color css
<style>
span { border-color: #F25DEC; }
span { border-color: rgb(242,93,236); }
td.TdClassName
{
border-color: #F25DEC;
}
.TagClassName
{
border-color: #F25DEC;
}
</style>