Shades of Pink Flamingo #F84FEF
Tints of Pink Flamingo #F84FEF
RGB
CMYK
RGB Variations
Color information
#F84FEF (or 0xF84FEF) is known color: Pink Flamingo. HEX triplet: F8, 4F and EF. RGB value is (248,79,239). Sum of RGB (Red+Green+Blue) = 248+79+239=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 79 (31.25% from 255 or 13.96% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84FEF is #07B010. Grayscale: #939393. Windows color (decimal): -503825 or 15683576. OLE color: 15683576.
HSL color Cylindrical-coordinate representation of color #F84FEF: hue angle of 303.2º 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 #F84FEF is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 239 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.03 |
| HSL | 303.2º | 0.92% | 0.64% | - |
| HSV(B) | 303.2º | 0.68% | 0.97% | - |
| XYZ | 57.09 | 31.78 | 84.79 | - |
| YUV | 147.77 | 179.49 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 239 | 0 | 0.68 | 0.04 | 0.03 | 303.2 | 0.92 | 0.64 |
| Hex | F8 | 4F | EF | 0 | 44 | 4 | 3 | 12F | 5C | 40 |
| Octal | 370 | 117 | 357 | 0 | 104 | 4 | 3 | 457 | 134 | 100 |
| Binary | 11111000 | 1001111 | 11101111 | 0 | 1000100 | 100 | 11 | 100101111 | 1011100 | 1000000 |
Color Harmonies of #F84FEF
Complementary color
Monochromatic Colors of #F84FEF
Black with #F84FEF
Text Example
Text Example
White with #F84FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FEF; }
p { color: rgb(248,79,239); }
H1.HeaderClassName
{
color: #F84FEF;
}
.AnyTagClassName
{
color: #F84FEF;
}
</style>
background-color css
<style>
a { background-color: #F84FEF; }
a { background-color: rgb(248,79,239); }
div.DivClassName
{
background-color: #F84FEF;
}
.BgClassName
{
background-color: #F84FEF;
}
</style>
border-color css
<style>
span { border-color: #F84FEF; }
span { border-color: rgb(248,79,239); }
td.TdClassName
{
border-color: #F84FEF;
}
.TagClassName
{
border-color: #F84FEF;
}
</style>