Shades of Pink Flamingo #F94CEF
Tints of Pink Flamingo #F94CEF
RGB
CMYK
RGB Variations
Color information
#F94CEF (or 0xF94CEF) is known color: Pink Flamingo. HEX triplet: F9, 4C and EF. RGB value is (249,76,239). Sum of RGB (Red+Green+Blue) = 249+76+239=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 76 (30.08% from 255 or 13.48% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F94CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94CEF is #06B310. Grayscale: #919191. Windows color (decimal): -439057 or 15682809. OLE color: 15682809.
HSL color Cylindrical-coordinate representation of color #F94CEF: hue angle of 303.47º 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 #F94CEF is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 239 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.02 |
| HSL | 303.47º | 0.94% | 0.64% | - |
| HSV(B) | 303.47º | 0.69% | 0.98% | - |
| XYZ | 57.23 | 31.54 | 84.73 | - |
| YUV | 146.31 | 180.31 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 239 | 0 | 0.69 | 0.04 | 0.02 | 303.47 | 0.94 | 0.64 |
| Hex | F9 | 4C | EF | 0 | 45 | 4 | 2 | 12F | 5E | 40 |
| Octal | 371 | 114 | 357 | 0 | 105 | 4 | 2 | 457 | 136 | 100 |
| Binary | 11111001 | 1001100 | 11101111 | 0 | 1000101 | 100 | 10 | 100101111 | 1011110 | 1000000 |
Color Harmonies of #F94CEF
Complementary color
Monochromatic Colors of #F94CEF
Black with #F94CEF
Text Example
Text Example
White with #F94CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94CEF; }
p { color: rgb(249,76,239); }
H1.HeaderClassName
{
color: #F94CEF;
}
.AnyTagClassName
{
color: #F94CEF;
}
</style>
background-color css
<style>
a { background-color: #F94CEF; }
a { background-color: rgb(249,76,239); }
div.DivClassName
{
background-color: #F94CEF;
}
.BgClassName
{
background-color: #F94CEF;
}
</style>
border-color css
<style>
span { border-color: #F94CEF; }
span { border-color: rgb(249,76,239); }
td.TdClassName
{
border-color: #F94CEF;
}
.TagClassName
{
border-color: #F94CEF;
}
</style>