Shades of Pink Flamingo #F94CED
Tints of Pink Flamingo #F94CED
RGB
CMYK
RGB Variations
Color information
#F94CED (or 0xF94CED) is known color: Pink Flamingo. HEX triplet: F9, 4C and ED. RGB value is (249,76,237). Sum of RGB (Red+Green+Blue) = 249+76+237=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 76 (30.08% from 255 or 13.52% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94CED is #06B312. Grayscale: #919191. Windows color (decimal): -439059 or 15551737. OLE color: 15551737.
HSL color Cylindrical-coordinate representation of color #F94CED: hue angle of 304.16º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F94CED is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 237 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.02 |
| HSL | 304.16º | 0.94% | 0.64% | - |
| HSV(B) | 304.16º | 0.69% | 0.98% | - |
| XYZ | 56.94 | 31.42 | 83.19 | - |
| YUV | 146.08 | 179.31 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 237 | 0 | 0.69 | 0.05 | 0.02 | 304.16 | 0.94 | 0.64 |
| Hex | F9 | 4C | ED | 0 | 45 | 5 | 2 | 130 | 5E | 40 |
| Octal | 371 | 114 | 355 | 0 | 105 | 5 | 2 | 460 | 136 | 100 |
| Binary | 11111001 | 1001100 | 11101101 | 0 | 1000101 | 101 | 10 | 100110000 | 1011110 | 1000000 |
Color Harmonies of #F94CED
Complementary color
Monochromatic Colors of #F94CED
Black with #F94CED
Text Example
Text Example
White with #F94CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94CED; }
p { color: rgb(249,76,237); }
H1.HeaderClassName
{
color: #F94CED;
}
.AnyTagClassName
{
color: #F94CED;
}
</style>
background-color css
<style>
a { background-color: #F94CED; }
a { background-color: rgb(249,76,237); }
div.DivClassName
{
background-color: #F94CED;
}
.BgClassName
{
background-color: #F94CED;
}
</style>
border-color css
<style>
span { border-color: #F94CED; }
span { border-color: rgb(249,76,237); }
td.TdClassName
{
border-color: #F94CED;
}
.TagClassName
{
border-color: #F94CED;
}
</style>