Shades of Pink Flamingo #F84EFC
Tints of Pink Flamingo #F84EFC
RGB
CMYK
RGB Variations
Color information
#F84EFC (or 0xF84EFC) is known color: Pink Flamingo. HEX triplet: F8, 4E and FC. RGB value is (248,78,252). Sum of RGB (Red+Green+Blue) = 248+78+252=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 78 (30.86% from 255 or 13.49% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #F84EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84EFC is #07B103. Grayscale: #949494. Windows color (decimal): -504068 or 16535288. OLE color: 16535288.
HSL color Cylindrical-coordinate representation of color #F84EFC: hue angle of 298.62º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84EFC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 78 | 252 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.01 |
| HSL | 298.62º | 0.97% | 0.65% | - |
| HSV(B) | 298.62º | 0.69% | 0.99% | - |
| XYZ | 59.01 | 32.43 | 95.25 | - |
| YUV | 148.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 252 | 0.02 | 0.69 | 0 | 0.01 | 298.62 | 0.97 | 0.65 |
| Hex | F8 | 4E | FC | 2 | 45 | 0 | 1 | 12B | 61 | 41 |
| Octal | 370 | 116 | 374 | 2 | 105 | 0 | 1 | 453 | 141 | 101 |
| Binary | 11111000 | 1001110 | 11111100 | 10 | 1000101 | 0 | 1 | 100101011 | 1100001 | 1000001 |
Color Harmonies of #F84EFC
Complementary color
Monochromatic Colors of #F84EFC
Black with #F84EFC
Text Example
Text Example
White with #F84EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84EFC; }
p { color: rgb(248,78,252); }
H1.HeaderClassName
{
color: #F84EFC;
}
.AnyTagClassName
{
color: #F84EFC;
}
</style>
background-color css
<style>
a { background-color: #F84EFC; }
a { background-color: rgb(248,78,252); }
div.DivClassName
{
background-color: #F84EFC;
}
.BgClassName
{
background-color: #F84EFC;
}
</style>
border-color css
<style>
span { border-color: #F84EFC; }
span { border-color: rgb(248,78,252); }
td.TdClassName
{
border-color: #F84EFC;
}
.TagClassName
{
border-color: #F84EFC;
}
</style>