Shades of Pink Flamingo #F953ED
Tints of Pink Flamingo #F953ED
RGB
CMYK
RGB Variations
Color information
#F953ED (or 0xF953ED) is known color: Pink Flamingo. HEX triplet: F9, 53 and ED. RGB value is (249,83,237). Sum of RGB (Red+Green+Blue) = 249+83+237=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 83 (32.81% from 255 or 14.59% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F953ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F953ED is #06AC12. Grayscale: #959595. Windows color (decimal): -437267 or 15553529. OLE color: 15553529.
HSL color Cylindrical-coordinate representation of color #F953ED: hue angle of 304.34º 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 #F953ED is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 83 | 237 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.02 |
| HSL | 304.34º | 0.93% | 0.65% | - |
| HSV(B) | 304.34º | 0.67% | 0.98% | - |
| XYZ | 57.45 | 32.44 | 83.35 | - |
| YUV | 150.19 | 177 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 83 | 237 | 0 | 0.67 | 0.05 | 0.02 | 304.34 | 0.93 | 0.65 |
| Hex | F9 | 53 | ED | 0 | 43 | 5 | 2 | 130 | 5D | 41 |
| Octal | 371 | 123 | 355 | 0 | 103 | 5 | 2 | 460 | 135 | 101 |
| Binary | 11111001 | 1010011 | 11101101 | 0 | 1000011 | 101 | 10 | 100110000 | 1011101 | 1000001 |
Color Harmonies of #F953ED
Complementary color
Monochromatic Colors of #F953ED
Black with #F953ED
Text Example
Text Example
White with #F953ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F953ED; }
p { color: rgb(249,83,237); }
H1.HeaderClassName
{
color: #F953ED;
}
.AnyTagClassName
{
color: #F953ED;
}
</style>
background-color css
<style>
a { background-color: #F953ED; }
a { background-color: rgb(249,83,237); }
div.DivClassName
{
background-color: #F953ED;
}
.BgClassName
{
background-color: #F953ED;
}
</style>
border-color css
<style>
span { border-color: #F953ED; }
span { border-color: rgb(249,83,237); }
td.TdClassName
{
border-color: #F953ED;
}
.TagClassName
{
border-color: #F953ED;
}
</style>