Shades of Pink Flamingo #F954ED
Tints of Pink Flamingo #F954ED
RGB
CMYK
RGB Variations
Color information
#F954ED (or 0xF954ED) is known color: Pink Flamingo. HEX triplet: F9, 54 and ED. RGB value is (249,84,237). Sum of RGB (Red+Green+Blue) = 249+84+237=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 84 (33.20% from 255 or 14.74% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F954ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F954ED is #06AB12. Grayscale: #969696. Windows color (decimal): -437011 or 15553785. OLE color: 15553785.
HSL color Cylindrical-coordinate representation of color #F954ED: hue angle of 304.36º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F954ED is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 84 | 237 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.02 |
| HSL | 304.36º | 0.93% | 0.65% | - |
| HSV(B) | 304.36º | 0.66% | 0.98% | - |
| XYZ | 57.52 | 32.59 | 83.38 | - |
| YUV | 150.78 | 176.66 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 84 | 237 | 0 | 0.66 | 0.05 | 0.02 | 304.36 | 0.93 | 0.65 |
| Hex | F9 | 54 | ED | 0 | 42 | 5 | 2 | 130 | 5D | 41 |
| Octal | 371 | 124 | 355 | 0 | 102 | 5 | 2 | 460 | 135 | 101 |
| Binary | 11111001 | 1010100 | 11101101 | 0 | 1000010 | 101 | 10 | 100110000 | 1011101 | 1000001 |
Color Harmonies of #F954ED
Complementary color
Monochromatic Colors of #F954ED
Black with #F954ED
Text Example
Text Example
White with #F954ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F954ED; }
p { color: rgb(249,84,237); }
H1.HeaderClassName
{
color: #F954ED;
}
.AnyTagClassName
{
color: #F954ED;
}
</style>
background-color css
<style>
a { background-color: #F954ED; }
a { background-color: rgb(249,84,237); }
div.DivClassName
{
background-color: #F954ED;
}
.BgClassName
{
background-color: #F954ED;
}
</style>
border-color css
<style>
span { border-color: #F954ED; }
span { border-color: rgb(249,84,237); }
td.TdClassName
{
border-color: #F954ED;
}
.TagClassName
{
border-color: #F954ED;
}
</style>