Shades of Pink Flamingo #F84BFC
Tints of Pink Flamingo #F84BFC
RGB
CMYK
RGB Variations
Color information
#F84BFC (or 0xF84BFC) is known color: Pink Flamingo. HEX triplet: F8, 4B and FC. RGB value is (248,75,252). Sum of RGB (Red+Green+Blue) = 248+75+252=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 75 (29.69% from 255 or 13.04% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #F84BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84BFC is #07B403. Grayscale: #929292. Windows color (decimal): -504836 or 16534520. OLE color: 16534520.
HSL color Cylindrical-coordinate representation of color #F84BFC: hue angle of 298.64º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84BFC is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 75 | 252 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.01 |
| HSL | 298.64º | 0.97% | 0.64% | - |
| HSV(B) | 298.64º | 0.7% | 0.99% | - |
| XYZ | 58.8 | 32.02 | 95.18 | - |
| YUV | 146.91 | 187.31 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 252 | 0.02 | 0.70 | 0 | 0.01 | 298.64 | 0.97 | 0.64 |
| Hex | F8 | 4B | FC | 2 | 46 | 0 | 1 | 12B | 61 | 40 |
| Octal | 370 | 113 | 374 | 2 | 106 | 0 | 1 | 453 | 141 | 100 |
| Binary | 11111000 | 1001011 | 11111100 | 10 | 1000110 | 0 | 1 | 100101011 | 1100001 | 1000000 |
Color Harmonies of #F84BFC
Complementary color
Monochromatic Colors of #F84BFC
Black with #F84BFC
Text Example
Text Example
White with #F84BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84BFC; }
p { color: rgb(248,75,252); }
H1.HeaderClassName
{
color: #F84BFC;
}
.AnyTagClassName
{
color: #F84BFC;
}
</style>
background-color css
<style>
a { background-color: #F84BFC; }
a { background-color: rgb(248,75,252); }
div.DivClassName
{
background-color: #F84BFC;
}
.BgClassName
{
background-color: #F84BFC;
}
</style>
border-color css
<style>
span { border-color: #F84BFC; }
span { border-color: rgb(248,75,252); }
td.TdClassName
{
border-color: #F84BFC;
}
.TagClassName
{
border-color: #F84BFC;
}
</style>