Shades of Pink Flamingo #F94DFE
Tints of Pink Flamingo #F94DFE
RGB
CMYK
RGB Variations
Color information
#F94DFE (or 0xF94DFE) is known color: Pink Flamingo. HEX triplet: F9, 4D and FE. RGB value is (249,77,254). Sum of RGB (Red+Green+Blue) = 249+77+254=580 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.93% from 580); Green value is 77 (30.47% from 255 or 13.28% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #F94DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94DFE is #06B201. Grayscale: #949494. Windows color (decimal): -438786 or 16666105. OLE color: 16666105.
HSL color Cylindrical-coordinate representation of color #F94DFE: 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 #F94DFE is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 77 | 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.61 | 32.6 | 96.92 | - |
| YUV | 148.61 | 187.48 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 77 | 254 | 0.02 | 0.70 | 0 | 0.00 | 298.31 | 0.99 | 0.65 |
| Hex | F9 | 4D | FE | 2 | 46 | 0 | 0 | 12A | 63 | 41 |
| Octal | 371 | 115 | 376 | 2 | 106 | 0 | 0 | 452 | 143 | 101 |
| Binary | 11111001 | 1001101 | 11111110 | 10 | 1000110 | 0 | 0 | 100101010 | 1100011 | 1000001 |
Color Harmonies of #F94DFE
Complementary color
Monochromatic Colors of #F94DFE
Black with #F94DFE
Text Example
Text Example
White with #F94DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94DFE; }
p { color: rgb(249,77,254); }
H1.HeaderClassName
{
color: #F94DFE;
}
.AnyTagClassName
{
color: #F94DFE;
}
</style>
background-color css
<style>
a { background-color: #F94DFE; }
a { background-color: rgb(249,77,254); }
div.DivClassName
{
background-color: #F94DFE;
}
.BgClassName
{
background-color: #F94DFE;
}
</style>
border-color css
<style>
span { border-color: #F94DFE; }
span { border-color: rgb(249,77,254); }
td.TdClassName
{
border-color: #F94DFE;
}
.TagClassName
{
border-color: #F94DFE;
}
</style>