Shades of Pink Flamingo #FB4DFE
Tints of Pink Flamingo #FB4DFE
RGB
CMYK
RGB Variations
Color information
#FB4DFE (or 0xFB4DFE) is known color: Pink Flamingo. HEX triplet: FB, 4D and FE. RGB value is (251,77,254). Sum of RGB (Red+Green+Blue) = 251+77+254=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 77 (30.47% from 255 or 13.23% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB4DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4DFE is #04B201. Grayscale: #949494. Windows color (decimal): -307714 or 16666107. OLE color: 16666107.
HSL color Cylindrical-coordinate representation of color #FB4DFE: 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.7%. Process color model (Four color, CMYK) of #FB4DFE is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 77 | 254 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.00 |
| HSL | 298.98º | 0.99% | 0.65% | - |
| HSV(B) | 298.98º | 0.7% | 1% | - |
| XYZ | 60.33 | 32.97 | 96.95 | - |
| YUV | 149.2 | 187.15 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 254 | 0.01 | 0.70 | 0 | 0.00 | 298.98 | 0.99 | 0.65 |
| Hex | FB | 4D | FE | 1 | 46 | 0 | 0 | 12B | 63 | 41 |
| Octal | 373 | 115 | 376 | 1 | 106 | 0 | 0 | 453 | 143 | 101 |
| Binary | 11111011 | 1001101 | 11111110 | 1 | 1000110 | 0 | 0 | 100101011 | 1100011 | 1000001 |
Color Harmonies of #FB4DFE
Complementary color
Monochromatic Colors of #FB4DFE
Black with #FB4DFE
Text Example
Text Example
White with #FB4DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DFE; }
p { color: rgb(251,77,254); }
H1.HeaderClassName
{
color: #FB4DFE;
}
.AnyTagClassName
{
color: #FB4DFE;
}
</style>
background-color css
<style>
a { background-color: #FB4DFE; }
a { background-color: rgb(251,77,254); }
div.DivClassName
{
background-color: #FB4DFE;
}
.BgClassName
{
background-color: #FB4DFE;
}
</style>
border-color css
<style>
span { border-color: #FB4DFE; }
span { border-color: rgb(251,77,254); }
td.TdClassName
{
border-color: #FB4DFE;
}
.TagClassName
{
border-color: #FB4DFE;
}
</style>