Shades of Pink Flamingo #F84DFF
Tints of Pink Flamingo #F84DFF
RGB
CMYK
RGB Variations
Color information
#F84DFF (or 0xF84DFF) is known color: Pink Flamingo. HEX triplet: F8, 4D and FF. RGB value is (248,77,255). Sum of RGB (Red+Green+Blue) = 248+77+255=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 77 (30.47% from 255 or 13.28% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #F84DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84DFF is #07B200. Grayscale: #939393. Windows color (decimal): -504321 or 16731640. OLE color: 16731640.
HSL color Cylindrical-coordinate representation of color #F84DFF: hue angle of 297.64º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84DFF is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 77 | 255 | - |
| CMYK | 0.03 | 0.70 | 0 | 0 |
| HSL | 297.64º | 1% | 0.65% | - |
| HSV(B) | 297.64º | 0.7% | 1% | - |
| XYZ | 59.42 | 32.48 | 97.75 | - |
| YUV | 148.42 | 188.15 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 255 | 0.03 | 0.70 | 0 | 0 | 297.64 | 1 | 0.65 |
| Hex | F8 | 4D | FF | 3 | 46 | 0 | 0 | 12A | 64 | 41 |
| Octal | 370 | 115 | 377 | 3 | 106 | 0 | 0 | 452 | 144 | 101 |
| Binary | 11111000 | 1001101 | 11111111 | 11 | 1000110 | 0 | 0 | 100101010 | 1100100 | 1000001 |
Color Harmonies of #F84DFF
Complementary color
Monochromatic Colors of #F84DFF
Black with #F84DFF
Text Example
Text Example
White with #F84DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DFF; }
p { color: rgb(248,77,255); }
H1.HeaderClassName
{
color: #F84DFF;
}
.AnyTagClassName
{
color: #F84DFF;
}
</style>
background-color css
<style>
a { background-color: #F84DFF; }
a { background-color: rgb(248,77,255); }
div.DivClassName
{
background-color: #F84DFF;
}
.BgClassName
{
background-color: #F84DFF;
}
</style>
border-color css
<style>
span { border-color: #F84DFF; }
span { border-color: rgb(248,77,255); }
td.TdClassName
{
border-color: #F84DFF;
}
.TagClassName
{
border-color: #F84DFF;
}
</style>