Shades of Pink Flamingo #F953EF
Tints of Pink Flamingo #F953EF
RGB
CMYK
RGB Variations
Color information
#F953EF (or 0xF953EF) is known color: Pink Flamingo. HEX triplet: F9, 53 and EF. RGB value is (249,83,239). Sum of RGB (Red+Green+Blue) = 249+83+239=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 83 (32.81% from 255 or 14.54% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F953EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953EF is #06AC10. Grayscale: #959595. Windows color (decimal): -437265 or 15684601. OLE color: 15684601.
HSL color Cylindrical-coordinate representation of color #F953EF: hue angle of 303.61º 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 #F953EF is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 239 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.02 |
| HSL | 303.61º | 0.93% | 0.65% | - |
| HSV(B) | 303.61º | 0.67% | 0.98% | - |
| XYZ | 57.74 | 32.56 | 84.9 | - |
| YUV | 150.42 | 178 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 239 | 0 | 0.67 | 0.04 | 0.02 | 303.61 | 0.93 | 0.65 |
| Hex | F9 | 53 | EF | 0 | 43 | 4 | 2 | 130 | 5D | 41 |
| Octal | 371 | 123 | 357 | 0 | 103 | 4 | 2 | 460 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11101111 | 0 | 1000011 | 100 | 10 | 100110000 | 1011101 | 1000001 |
Color Harmonies of #F953EF
Complementary color
Monochromatic Colors of #F953EF
Black with #F953EF
Text Example
Text Example
White with #F953EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953EF; }
p { color: rgb(249,83,239); }
H1.HeaderClassName
{
color: #F953EF;
}
.AnyTagClassName
{
color: #F953EF;
}
</style>
background-color css
<style>
a { background-color: #F953EF; }
a { background-color: rgb(249,83,239); }
div.DivClassName
{
background-color: #F953EF;
}
.BgClassName
{
background-color: #F953EF;
}
</style>
border-color css
<style>
span { border-color: #F953EF; }
span { border-color: rgb(249,83,239); }
td.TdClassName
{
border-color: #F953EF;
}
.TagClassName
{
border-color: #F953EF;
}
</style>