Shades of Pink Flamingo #FB4EFE
Tints of Pink Flamingo #FB4EFE
RGB
CMYK
RGB Variations
Color information
#FB4EFE (or 0xFB4EFE) is known color: Pink Flamingo. HEX triplet: FB, 4E and FE. RGB value is (251,78,254). Sum of RGB (Red+Green+Blue) = 251+78+254=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 78 (30.86% from 255 or 13.38% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB4EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4EFE is #04B101. Grayscale: #959595. Windows color (decimal): -307458 or 16666363. OLE color: 16666363.
HSL color Cylindrical-coordinate representation of color #FB4EFE: hue angle of 298.98º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4EFE is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 78 | 254 | - |
| CMYK | 0.01 | 0.69 | 0 | 0.00 |
| HSL | 298.98º | 0.99% | 0.65% | - |
| HSV(B) | 298.98º | 0.69% | 1% | - |
| XYZ | 60.4 | 33.11 | 96.97 | - |
| YUV | 149.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 254 | 0.01 | 0.69 | 0 | 0.00 | 298.98 | 0.99 | 0.65 |
| Hex | FB | 4E | FE | 1 | 45 | 0 | 0 | 12B | 63 | 41 |
| Octal | 373 | 116 | 376 | 1 | 105 | 0 | 0 | 453 | 143 | 101 |
| Binary | 11111011 | 1001110 | 11111110 | 1 | 1000101 | 0 | 0 | 100101011 | 1100011 | 1000001 |
Color Harmonies of #FB4EFE
Complementary color
Monochromatic Colors of #FB4EFE
Black with #FB4EFE
Text Example
Text Example
White with #FB4EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4EFE; }
p { color: rgb(251,78,254); }
H1.HeaderClassName
{
color: #FB4EFE;
}
.AnyTagClassName
{
color: #FB4EFE;
}
</style>
background-color css
<style>
a { background-color: #FB4EFE; }
a { background-color: rgb(251,78,254); }
div.DivClassName
{
background-color: #FB4EFE;
}
.BgClassName
{
background-color: #FB4EFE;
}
</style>
border-color css
<style>
span { border-color: #FB4EFE; }
span { border-color: rgb(251,78,254); }
td.TdClassName
{
border-color: #FB4EFE;
}
.TagClassName
{
border-color: #FB4EFE;
}
</style>