Shades of Pink Flamingo #F957ED
Tints of Pink Flamingo #F957ED
RGB
CMYK
RGB Variations
Color information
#F957ED (or 0xF957ED) is known color: Pink Flamingo. HEX triplet: F9, 57 and ED. RGB value is (249,87,237). Sum of RGB (Red+Green+Blue) = 249+87+237=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 87 (34.38% from 255 or 15.18% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F957ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F957ED is #06A812. Grayscale: #989898. Windows color (decimal): -436243 or 15554553. OLE color: 15554553.
HSL color Cylindrical-coordinate representation of color #F957ED: hue angle of 304.44º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F957ED is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 87 | 237 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.02 |
| HSL | 304.44º | 0.93% | 0.66% | - |
| HSV(B) | 304.44º | 0.65% | 0.98% | - |
| XYZ | 57.76 | 33.07 | 83.46 | - |
| YUV | 152.54 | 175.67 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 87 | 237 | 0 | 0.65 | 0.05 | 0.02 | 304.44 | 0.93 | 0.66 |
| Hex | F9 | 57 | ED | 0 | 41 | 5 | 2 | 130 | 5D | 42 |
| Octal | 371 | 127 | 355 | 0 | 101 | 5 | 2 | 460 | 135 | 102 |
| Binary | 11111001 | 1010111 | 11101101 | 0 | 1000001 | 101 | 10 | 100110000 | 1011101 | 1000010 |
Color Harmonies of #F957ED
Complementary color
Monochromatic Colors of #F957ED
Black with #F957ED
Text Example
Text Example
White with #F957ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F957ED; }
p { color: rgb(249,87,237); }
H1.HeaderClassName
{
color: #F957ED;
}
.AnyTagClassName
{
color: #F957ED;
}
</style>
background-color css
<style>
a { background-color: #F957ED; }
a { background-color: rgb(249,87,237); }
div.DivClassName
{
background-color: #F957ED;
}
.BgClassName
{
background-color: #F957ED;
}
</style>
border-color css
<style>
span { border-color: #F957ED; }
span { border-color: rgb(249,87,237); }
td.TdClassName
{
border-color: #F957ED;
}
.TagClassName
{
border-color: #F957ED;
}
</style>