Shades of Pink Flamingo #F84DFE
Tints of Pink Flamingo #F84DFE
RGB
CMYK
RGB Variations
Color information
#F84DFE (or 0xF84DFE) is known color: Pink Flamingo. HEX triplet: F8, 4D and FE. RGB value is (248,77,254). Sum of RGB (Red+Green+Blue) = 248+77+254=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 77 (30.47% from 255 or 13.30% 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 #F84DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84DFE is #07B201. Grayscale: #939393. Windows color (decimal): -504322 or 16666104. OLE color: 16666104.
HSL color Cylindrical-coordinate representation of color #F84DFE: hue angle of 297.97º 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 #F84DFE is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 77 | 254 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.00 |
| HSL | 297.97º | 0.99% | 0.65% | - |
| HSV(B) | 297.97º | 0.7% | 1% | - |
| XYZ | 59.25 | 32.42 | 96.9 | - |
| YUV | 148.31 | 187.65 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 254 | 0.02 | 0.70 | 0 | 0.00 | 297.97 | 0.99 | 0.65 |
| Hex | F8 | 4D | FE | 2 | 46 | 0 | 0 | 12A | 63 | 41 |
| Octal | 370 | 115 | 376 | 2 | 106 | 0 | 0 | 452 | 143 | 101 |
| Binary | 11111000 | 1001101 | 11111110 | 10 | 1000110 | 0 | 0 | 100101010 | 1100011 | 1000001 |
Color Harmonies of #F84DFE
Complementary color
Monochromatic Colors of #F84DFE
Black with #F84DFE
Text Example
Text Example
White with #F84DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DFE; }
p { color: rgb(248,77,254); }
H1.HeaderClassName
{
color: #F84DFE;
}
.AnyTagClassName
{
color: #F84DFE;
}
</style>
background-color css
<style>
a { background-color: #F84DFE; }
a { background-color: rgb(248,77,254); }
div.DivClassName
{
background-color: #F84DFE;
}
.BgClassName
{
background-color: #F84DFE;
}
</style>
border-color css
<style>
span { border-color: #F84DFE; }
span { border-color: rgb(248,77,254); }
td.TdClassName
{
border-color: #F84DFE;
}
.TagClassName
{
border-color: #F84DFE;
}
</style>