Shades of Pink Flamingo #F952EC
Tints of Pink Flamingo #F952EC
RGB
CMYK
RGB Variations
Color information
#F952EC (or 0xF952EC) is known color: Pink Flamingo. HEX triplet: F9, 52 and EC. RGB value is (249,82,236). Sum of RGB (Red+Green+Blue) = 249+82+236=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 82 (32.42% from 255 or 14.46% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F952EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F952EC is #06AD13. Grayscale: #959595. Windows color (decimal): -437524 or 15487737. OLE color: 15487737.
HSL color Cylindrical-coordinate representation of color #F952EC: hue angle of 304.67º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F952EC is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 236 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.02 |
| HSL | 304.67º | 0.93% | 0.65% | - |
| HSV(B) | 304.67º | 0.67% | 0.98% | - |
| XYZ | 57.22 | 32.23 | 82.56 | - |
| YUV | 149.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 236 | 0 | 0.67 | 0.05 | 0.02 | 304.67 | 0.93 | 0.65 |
| Hex | F9 | 52 | EC | 0 | 43 | 5 | 2 | 131 | 5D | 41 |
| Octal | 371 | 122 | 354 | 0 | 103 | 5 | 2 | 461 | 135 | 101 |
| Binary | 11111001 | 1010010 | 11101100 | 0 | 1000011 | 101 | 10 | 100110001 | 1011101 | 1000001 |
Color Harmonies of #F952EC
Complementary color
Monochromatic Colors of #F952EC
Black with #F952EC
Text Example
Text Example
White with #F952EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F952EC; }
p { color: rgb(249,82,236); }
H1.HeaderClassName
{
color: #F952EC;
}
.AnyTagClassName
{
color: #F952EC;
}
</style>
background-color css
<style>
a { background-color: #F952EC; }
a { background-color: rgb(249,82,236); }
div.DivClassName
{
background-color: #F952EC;
}
.BgClassName
{
background-color: #F952EC;
}
</style>
border-color css
<style>
span { border-color: #F952EC; }
span { border-color: rgb(249,82,236); }
td.TdClassName
{
border-color: #F952EC;
}
.TagClassName
{
border-color: #F952EC;
}
</style>