Shades of Pink Flamingo #F94CFE
Tints of Pink Flamingo #F94CFE
RGB
CMYK
RGB Variations
Color information
#F94CFE (or 0xF94CFE) is known color: Pink Flamingo. HEX triplet: F9, 4C and FE. RGB value is (249,76,254). Sum of RGB (Red+Green+Blue) = 249+76+254=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 76 (30.08% from 255 or 13.13% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #F94CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94CFE is #06B301. Grayscale: #939393. Windows color (decimal): -439042 or 16665849. OLE color: 16665849.
HSL color Cylindrical-coordinate representation of color #F94CFE: hue angle of 298.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94CFE is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 76 | 254 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.00 |
| HSL | 298.31º | 0.99% | 0.65% | - |
| HSV(B) | 298.31º | 0.7% | 1% | - |
| XYZ | 59.54 | 32.46 | 96.89 | - |
| YUV | 148.02 | 187.81 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 254 | 0.02 | 0.70 | 0 | 0.00 | 298.31 | 0.99 | 0.65 |
| Hex | F9 | 4C | FE | 2 | 46 | 0 | 0 | 12A | 63 | 41 |
| Octal | 371 | 114 | 376 | 2 | 106 | 0 | 0 | 452 | 143 | 101 |
| Binary | 11111001 | 1001100 | 11111110 | 10 | 1000110 | 0 | 0 | 100101010 | 1100011 | 1000001 |
Color Harmonies of #F94CFE
Complementary color
Monochromatic Colors of #F94CFE
Black with #F94CFE
Text Example
Text Example
White with #F94CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94CFE; }
p { color: rgb(249,76,254); }
H1.HeaderClassName
{
color: #F94CFE;
}
.AnyTagClassName
{
color: #F94CFE;
}
</style>
background-color css
<style>
a { background-color: #F94CFE; }
a { background-color: rgb(249,76,254); }
div.DivClassName
{
background-color: #F94CFE;
}
.BgClassName
{
background-color: #F94CFE;
}
</style>
border-color css
<style>
span { border-color: #F94CFE; }
span { border-color: rgb(249,76,254); }
td.TdClassName
{
border-color: #F94CFE;
}
.TagClassName
{
border-color: #F94CFE;
}
</style>