Shades of Pink Flamingo #F84FEC
Tints of Pink Flamingo #F84FEC
RGB
CMYK
RGB Variations
Color information
#F84FEC (or 0xF84FEC) is known color: Pink Flamingo. HEX triplet: F8, 4F and EC. RGB value is (248,79,236). Sum of RGB (Red+Green+Blue) = 248+79+236=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 79 (31.25% from 255 or 14.03% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84FEC is #07B013. Grayscale: #929292. Windows color (decimal): -503828 or 15486968. OLE color: 15486968.
HSL color Cylindrical-coordinate representation of color #F84FEC: hue angle of 304.26º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84FEC is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 236 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.03 |
| HSL | 304.26º | 0.92% | 0.64% | - |
| HSV(B) | 304.26º | 0.68% | 0.97% | - |
| XYZ | 56.65 | 31.6 | 82.47 | - |
| YUV | 147.43 | 177.99 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 236 | 0 | 0.68 | 0.05 | 0.03 | 304.26 | 0.92 | 0.64 |
| Hex | F8 | 4F | EC | 0 | 44 | 5 | 3 | 130 | 5C | 40 |
| Octal | 370 | 117 | 354 | 0 | 104 | 5 | 3 | 460 | 134 | 100 |
| Binary | 11111000 | 1001111 | 11101100 | 0 | 1000100 | 101 | 11 | 100110000 | 1011100 | 1000000 |
Color Harmonies of #F84FEC
Complementary color
Monochromatic Colors of #F84FEC
Black with #F84FEC
Text Example
Text Example
White with #F84FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FEC; }
p { color: rgb(248,79,236); }
H1.HeaderClassName
{
color: #F84FEC;
}
.AnyTagClassName
{
color: #F84FEC;
}
</style>
background-color css
<style>
a { background-color: #F84FEC; }
a { background-color: rgb(248,79,236); }
div.DivClassName
{
background-color: #F84FEC;
}
.BgClassName
{
background-color: #F84FEC;
}
</style>
border-color css
<style>
span { border-color: #F84FEC; }
span { border-color: rgb(248,79,236); }
td.TdClassName
{
border-color: #F84FEC;
}
.TagClassName
{
border-color: #F84FEC;
}
</style>