Shades of Pink Flamingo #F84BFE
Tints of Pink Flamingo #F84BFE
RGB
CMYK
RGB Variations
Color information
#F84BFE (or 0xF84BFE) is known color: Pink Flamingo. HEX triplet: F8, 4B and FE. RGB value is (248,75,254). Sum of RGB (Red+Green+Blue) = 248+75+254=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 75 (29.69% from 255 or 13.00% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #F84BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84BFE is #07B401. Grayscale: #929292. Windows color (decimal): -504834 or 16665592. OLE color: 16665592.
HSL color Cylindrical-coordinate representation of color #F84BFE: hue angle of 297.99º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84BFE is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 248 | 75 | 254 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.00 |
| HSL | 297.99º | 0.99% | 0.65% | - |
| HSV(B) | 297.99º | 0.7% | 1% | - |
| XYZ | 59.12 | 32.14 | 96.85 | - |
| YUV | 147.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 254 | 0.02 | 0.70 | 0 | 0.00 | 297.99 | 0.99 | 0.65 |
| Hex | F8 | 4B | FE | 2 | 46 | 0 | 0 | 12A | 63 | 41 |
| Octal | 370 | 113 | 376 | 2 | 106 | 0 | 0 | 452 | 143 | 101 |
| Binary | 11111000 | 1001011 | 11111110 | 10 | 1000110 | 0 | 0 | 100101010 | 1100011 | 1000001 |
Color Harmonies of #F84BFE
Complementary color
Monochromatic Colors of #F84BFE
Black with #F84BFE
Text Example
Text Example
White with #F84BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84BFE; }
p { color: rgb(248,75,254); }
H1.HeaderClassName
{
color: #F84BFE;
}
.AnyTagClassName
{
color: #F84BFE;
}
</style>
background-color css
<style>
a { background-color: #F84BFE; }
a { background-color: rgb(248,75,254); }
div.DivClassName
{
background-color: #F84BFE;
}
.BgClassName
{
background-color: #F84BFE;
}
</style>
border-color css
<style>
span { border-color: #F84BFE; }
span { border-color: rgb(248,75,254); }
td.TdClassName
{
border-color: #F84BFE;
}
.TagClassName
{
border-color: #F84BFE;
}
</style>