Shades of Pink Flamingo #F84BFB
Tints of Pink Flamingo #F84BFB
RGB
CMYK
RGB Variations
Color information
#F84BFB (or 0xF84BFB) is known color: Pink Flamingo. HEX triplet: F8, 4B and FB. RGB value is (248,75,251). Sum of RGB (Red+Green+Blue) = 248+75+251=574 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.21% from 574); Green value is 75 (29.69% from 255 or 13.07% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #F84BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F84BFB is #07B404. Grayscale: #929292. Windows color (decimal): -504837 or 16468984. OLE color: 16468984.
HSL color Cylindrical-coordinate representation of color #F84BFB: hue angle of 298.98º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84BFB is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 75 | 251 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.02 |
| HSL | 298.98º | 0.96% | 0.64% | - |
| HSV(B) | 298.98º | 0.7% | 0.98% | - |
| XYZ | 58.64 | 31.95 | 94.34 | - |
| YUV | 146.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 251 | 0.01 | 0.70 | 0 | 0.02 | 298.98 | 0.96 | 0.64 |
| Hex | F8 | 4B | FB | 1 | 46 | 0 | 2 | 12B | 60 | 40 |
| Octal | 370 | 113 | 373 | 1 | 106 | 0 | 2 | 453 | 140 | 100 |
| Binary | 11111000 | 1001011 | 11111011 | 1 | 1000110 | 0 | 10 | 100101011 | 1100000 | 1000000 |
Color Harmonies of #F84BFB
Complementary color
Monochromatic Colors of #F84BFB
Black with #F84BFB
Text Example
Text Example
White with #F84BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84BFB; }
p { color: rgb(248,75,251); }
H1.HeaderClassName
{
color: #F84BFB;
}
.AnyTagClassName
{
color: #F84BFB;
}
</style>
background-color css
<style>
a { background-color: #F84BFB; }
a { background-color: rgb(248,75,251); }
div.DivClassName
{
background-color: #F84BFB;
}
.BgClassName
{
background-color: #F84BFB;
}
</style>
border-color css
<style>
span { border-color: #F84BFB; }
span { border-color: rgb(248,75,251); }
td.TdClassName
{
border-color: #F84BFB;
}
.TagClassName
{
border-color: #F84BFB;
}
</style>