Shades of Pink Flamingo #F84EFF
Tints of Pink Flamingo #F84EFF
RGB
CMYK
RGB Variations
Color information
#F84EFF (or 0xF84EFF) is known color: Pink Flamingo. HEX triplet: F8, 4E and FF. RGB value is (248,78,255). Sum of RGB (Red+Green+Blue) = 248+78+255=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 78 (30.86% from 255 or 13.43% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #F84EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84EFF is #07B100. Grayscale: #949494. Windows color (decimal): -504065 or 16731896. OLE color: 16731896.
HSL color Cylindrical-coordinate representation of color #F84EFF: hue angle of 297.63º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84EFF is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 78 | 255 | - |
| CMYK | 0.03 | 0.69 | 0 | 0 |
| HSL | 297.63º | 1% | 0.65% | - |
| HSV(B) | 297.63º | 0.69% | 1% | - |
| XYZ | 59.49 | 32.63 | 97.77 | - |
| YUV | 149.01 | 187.82 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 255 | 0.03 | 0.69 | 0 | 0 | 297.63 | 1 | 0.65 |
| Hex | F8 | 4E | FF | 3 | 45 | 0 | 0 | 12A | 64 | 41 |
| Octal | 370 | 116 | 377 | 3 | 105 | 0 | 0 | 452 | 144 | 101 |
| Binary | 11111000 | 1001110 | 11111111 | 11 | 1000101 | 0 | 0 | 100101010 | 1100100 | 1000001 |
Color Harmonies of #F84EFF
Complementary color
Monochromatic Colors of #F84EFF
Black with #F84EFF
Text Example
Text Example
White with #F84EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84EFF; }
p { color: rgb(248,78,255); }
H1.HeaderClassName
{
color: #F84EFF;
}
.AnyTagClassName
{
color: #F84EFF;
}
</style>
background-color css
<style>
a { background-color: #F84EFF; }
a { background-color: rgb(248,78,255); }
div.DivClassName
{
background-color: #F84EFF;
}
.BgClassName
{
background-color: #F84EFF;
}
</style>
border-color css
<style>
span { border-color: #F84EFF; }
span { border-color: rgb(248,78,255); }
td.TdClassName
{
border-color: #F84EFF;
}
.TagClassName
{
border-color: #F84EFF;
}
</style>