Shades of Pink Flamingo #F953EC
Tints of Pink Flamingo #F953EC
RGB
CMYK
RGB Variations
Color information
#F953EC (or 0xF953EC) is known color: Pink Flamingo. HEX triplet: F9, 53 and EC. RGB value is (249,83,236). Sum of RGB (Red+Green+Blue) = 249+83+236=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 83 (32.81% from 255 or 14.61% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F953EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953EC is #06AC13. Grayscale: #959595. Windows color (decimal): -437268 or 15487993. OLE color: 15487993.
HSL color Cylindrical-coordinate representation of color #F953EC: hue angle of 304.7º 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 #F953EC is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 236 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.02 |
| HSL | 304.7º | 0.93% | 0.65% | - |
| HSV(B) | 304.7º | 0.67% | 0.98% | - |
| XYZ | 57.3 | 32.38 | 82.59 | - |
| YUV | 150.08 | 176.5 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 236 | 0 | 0.67 | 0.05 | 0.02 | 304.7 | 0.93 | 0.65 |
| Hex | F9 | 53 | EC | 0 | 43 | 5 | 2 | 131 | 5D | 41 |
| Octal | 371 | 123 | 354 | 0 | 103 | 5 | 2 | 461 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11101100 | 0 | 1000011 | 101 | 10 | 100110001 | 1011101 | 1000001 |
Color Harmonies of #F953EC
Complementary color
Monochromatic Colors of #F953EC
Black with #F953EC
Text Example
Text Example
White with #F953EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953EC; }
p { color: rgb(249,83,236); }
H1.HeaderClassName
{
color: #F953EC;
}
.AnyTagClassName
{
color: #F953EC;
}
</style>
background-color css
<style>
a { background-color: #F953EC; }
a { background-color: rgb(249,83,236); }
div.DivClassName
{
background-color: #F953EC;
}
.BgClassName
{
background-color: #F953EC;
}
</style>
border-color css
<style>
span { border-color: #F953EC; }
span { border-color: rgb(249,83,236); }
td.TdClassName
{
border-color: #F953EC;
}
.TagClassName
{
border-color: #F953EC;
}
</style>