Shades of Pink Flamingo #F84DFD
Tints of Pink Flamingo #F84DFD
RGB
CMYK
RGB Variations
Color information
#F84DFD (or 0xF84DFD) is known color: Pink Flamingo. HEX triplet: F8, 4D and FD. RGB value is (248,77,253). Sum of RGB (Red+Green+Blue) = 248+77+253=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 77 (30.47% from 255 or 13.32% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #F84DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F84DFD is #07B202. Grayscale: #939393. Windows color (decimal): -504323 or 16600568. OLE color: 16600568.
HSL color Cylindrical-coordinate representation of color #F84DFD: hue angle of 298.3º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84DFD is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 77 | 253 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.01 |
| HSL | 298.3º | 0.98% | 0.65% | - |
| HSV(B) | 298.3º | 0.7% | 0.99% | - |
| XYZ | 59.09 | 32.36 | 96.06 | - |
| YUV | 148.19 | 187.15 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 253 | 0.02 | 0.70 | 0 | 0.01 | 298.3 | 0.98 | 0.65 |
| Hex | F8 | 4D | FD | 2 | 46 | 0 | 1 | 12A | 62 | 41 |
| Octal | 370 | 115 | 375 | 2 | 106 | 0 | 1 | 452 | 142 | 101 |
| Binary | 11111000 | 1001101 | 11111101 | 10 | 1000110 | 0 | 1 | 100101010 | 1100010 | 1000001 |
Color Harmonies of #F84DFD
Complementary color
Monochromatic Colors of #F84DFD
Black with #F84DFD
Text Example
Text Example
White with #F84DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84DFD; }
p { color: rgb(248,77,253); }
H1.HeaderClassName
{
color: #F84DFD;
}
.AnyTagClassName
{
color: #F84DFD;
}
</style>
background-color css
<style>
a { background-color: #F84DFD; }
a { background-color: rgb(248,77,253); }
div.DivClassName
{
background-color: #F84DFD;
}
.BgClassName
{
background-color: #F84DFD;
}
</style>
border-color css
<style>
span { border-color: #F84DFD; }
span { border-color: rgb(248,77,253); }
td.TdClassName
{
border-color: #F84DFD;
}
.TagClassName
{
border-color: #F84DFD;
}
</style>