Shades of Pink Flamingo #F84BEF
Tints of Pink Flamingo #F84BEF
RGB
CMYK
RGB Variations
Color information
#F84BEF (or 0xF84BEF) is known color: Pink Flamingo. HEX triplet: F8, 4B and EF. RGB value is (248,75,239). Sum of RGB (Red+Green+Blue) = 248+75+239=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 75 (29.69% from 255 or 13.35% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F84BEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84BEF is #07B410. Grayscale: #909090. Windows color (decimal): -504849 or 15682552. OLE color: 15682552.
HSL color Cylindrical-coordinate representation of color #F84BEF: hue angle of 303.12º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84BEF is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 239 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.03 |
| HSL | 303.12º | 0.93% | 0.63% | - |
| HSV(B) | 303.12º | 0.7% | 0.97% | - |
| XYZ | 56.81 | 31.22 | 84.69 | - |
| YUV | 145.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 239 | 0 | 0.70 | 0.04 | 0.03 | 303.12 | 0.93 | 0.63 |
| Hex | F8 | 4B | EF | 0 | 46 | 4 | 3 | 12F | 5D | 3F |
| Octal | 370 | 113 | 357 | 0 | 106 | 4 | 3 | 457 | 135 | 77 |
| Binary | 11111000 | 1001011 | 11101111 | 0 | 1000110 | 100 | 11 | 100101111 | 1011101 | 111111 |
Color Harmonies of #F84BEF
Complementary color
Monochromatic Colors of #F84BEF
Black with #F84BEF
Text Example
Text Example
White with #F84BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84BEF; }
p { color: rgb(248,75,239); }
H1.HeaderClassName
{
color: #F84BEF;
}
.AnyTagClassName
{
color: #F84BEF;
}
</style>
background-color css
<style>
a { background-color: #F84BEF; }
a { background-color: rgb(248,75,239); }
div.DivClassName
{
background-color: #F84BEF;
}
.BgClassName
{
background-color: #F84BEF;
}
</style>
border-color css
<style>
span { border-color: #F84BEF; }
span { border-color: rgb(248,75,239); }
td.TdClassName
{
border-color: #F84BEF;
}
.TagClassName
{
border-color: #F84BEF;
}
</style>