Shades of Pink Flamingo #F84FED
Tints of Pink Flamingo #F84FED
RGB
CMYK
RGB Variations
Color information
#F84FED (or 0xF84FED) is known color: Pink Flamingo. HEX triplet: F8, 4F and ED. RGB value is (248,79,237). Sum of RGB (Red+Green+Blue) = 248+79+237=564 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.97% from 564); Green value is 79 (31.25% from 255 or 14.01% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84FED is #07B012. Grayscale: #939393. Windows color (decimal): -503827 or 15552504. OLE color: 15552504.
HSL color Cylindrical-coordinate representation of color #F84FED: hue angle of 303.91º 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 #F84FED is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 237 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.03 |
| HSL | 303.91º | 0.92% | 0.64% | - |
| HSV(B) | 303.91º | 0.68% | 0.97% | - |
| XYZ | 56.79 | 31.66 | 83.24 | - |
| YUV | 147.54 | 178.49 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 237 | 0 | 0.68 | 0.04 | 0.03 | 303.91 | 0.92 | 0.64 |
| Hex | F8 | 4F | ED | 0 | 44 | 4 | 3 | 130 | 5C | 40 |
| Octal | 370 | 117 | 355 | 0 | 104 | 4 | 3 | 460 | 134 | 100 |
| Binary | 11111000 | 1001111 | 11101101 | 0 | 1000100 | 100 | 11 | 100110000 | 1011100 | 1000000 |
Color Harmonies of #F84FED
Complementary color
Monochromatic Colors of #F84FED
Black with #F84FED
Text Example
Text Example
White with #F84FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FED; }
p { color: rgb(248,79,237); }
H1.HeaderClassName
{
color: #F84FED;
}
.AnyTagClassName
{
color: #F84FED;
}
</style>
background-color css
<style>
a { background-color: #F84FED; }
a { background-color: rgb(248,79,237); }
div.DivClassName
{
background-color: #F84FED;
}
.BgClassName
{
background-color: #F84FED;
}
</style>
border-color css
<style>
span { border-color: #F84FED; }
span { border-color: rgb(248,79,237); }
td.TdClassName
{
border-color: #F84FED;
}
.TagClassName
{
border-color: #F84FED;
}
</style>