Shades of Pink Flamingo #F84BED
Tints of Pink Flamingo #F84BED
RGB
CMYK
RGB Variations
Color information
#F84BED (or 0xF84BED) is known color: Pink Flamingo. HEX triplet: F8, 4B and ED. RGB value is (248,75,237). Sum of RGB (Red+Green+Blue) = 248+75+237=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 75 (29.69% from 255 or 13.39% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F84BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84BED is #07B412. Grayscale: #909090. Windows color (decimal): -504851 or 15551480. OLE color: 15551480.
HSL color Cylindrical-coordinate representation of color #F84BED: hue angle of 303.82º 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 #F84BED is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 237 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.03 |
| HSL | 303.82º | 0.93% | 0.63% | - |
| HSV(B) | 303.82º | 0.7% | 0.97% | - |
| XYZ | 56.51 | 31.1 | 83.15 | - |
| YUV | 145.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 237 | 0 | 0.70 | 0.04 | 0.03 | 303.82 | 0.93 | 0.63 |
| Hex | F8 | 4B | ED | 0 | 46 | 4 | 3 | 130 | 5D | 3F |
| Octal | 370 | 113 | 355 | 0 | 106 | 4 | 3 | 460 | 135 | 77 |
| Binary | 11111000 | 1001011 | 11101101 | 0 | 1000110 | 100 | 11 | 100110000 | 1011101 | 111111 |
Color Harmonies of #F84BED
Complementary color
Monochromatic Colors of #F84BED
Black with #F84BED
Text Example
Text Example
White with #F84BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84BED; }
p { color: rgb(248,75,237); }
H1.HeaderClassName
{
color: #F84BED;
}
.AnyTagClassName
{
color: #F84BED;
}
</style>
background-color css
<style>
a { background-color: #F84BED; }
a { background-color: rgb(248,75,237); }
div.DivClassName
{
background-color: #F84BED;
}
.BgClassName
{
background-color: #F84BED;
}
</style>
border-color css
<style>
span { border-color: #F84BED; }
span { border-color: rgb(248,75,237); }
td.TdClassName
{
border-color: #F84BED;
}
.TagClassName
{
border-color: #F84BED;
}
</style>