Shades of Pink Flamingo #F94AED
Tints of Pink Flamingo #F94AED
RGB
CMYK
RGB Variations
Color information
#F94AED (or 0xF94AED) is known color: Pink Flamingo. HEX triplet: F9, 4A and ED. RGB value is (249,74,237). Sum of RGB (Red+Green+Blue) = 249+74+237=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 74 (29.30% from 255 or 13.21% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F94AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94AED is #06B512. Grayscale: #909090. Windows color (decimal): -439571 or 15551225. OLE color: 15551225.
HSL color Cylindrical-coordinate representation of color #F94AED: hue angle of 304.11º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94AED is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 74 | 237 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.02 |
| HSL | 304.11º | 0.94% | 0.63% | - |
| HSV(B) | 304.11º | 0.7% | 0.98% | - |
| XYZ | 56.8 | 31.15 | 83.14 | - |
| YUV | 144.91 | 179.98 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 74 | 237 | 0 | 0.70 | 0.05 | 0.02 | 304.11 | 0.94 | 0.63 |
| Hex | F9 | 4A | ED | 0 | 46 | 5 | 2 | 130 | 5E | 3F |
| Octal | 371 | 112 | 355 | 0 | 106 | 5 | 2 | 460 | 136 | 77 |
| Binary | 11111001 | 1001010 | 11101101 | 0 | 1000110 | 101 | 10 | 100110000 | 1011110 | 111111 |
Color Harmonies of #F94AED
Complementary color
Monochromatic Colors of #F94AED
Black with #F94AED
Text Example
Text Example
White with #F94AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94AED; }
p { color: rgb(249,74,237); }
H1.HeaderClassName
{
color: #F94AED;
}
.AnyTagClassName
{
color: #F94AED;
}
</style>
background-color css
<style>
a { background-color: #F94AED; }
a { background-color: rgb(249,74,237); }
div.DivClassName
{
background-color: #F94AED;
}
.BgClassName
{
background-color: #F94AED;
}
</style>
border-color css
<style>
span { border-color: #F94AED; }
span { border-color: rgb(249,74,237); }
td.TdClassName
{
border-color: #F94AED;
}
.TagClassName
{
border-color: #F94AED;
}
</style>