Shades of Pink Flamingo #FB4DFF
Tints of Pink Flamingo #FB4DFF
RGB
CMYK
RGB Variations
Color information
#FB4DFF (or 0xFB4DFF) is known color: Pink Flamingo. HEX triplet: FB, 4D and FF. RGB value is (251,77,255). Sum of RGB (Red+Green+Blue) = 251+77+255=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 77 (30.47% from 255 or 13.21% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4DFF is #04B200. Grayscale: #949494. Windows color (decimal): -307713 or 16731643. OLE color: 16731643.
HSL color Cylindrical-coordinate representation of color #FB4DFF: hue angle of 298.65º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4DFF is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 77 | 255 | - |
| CMYK | 0.02 | 0.70 | 0 | 0 |
| HSL | 298.65º | 1% | 0.65% | - |
| HSV(B) | 298.65º | 0.7% | 1% | - |
| XYZ | 60.49 | 33.04 | 97.8 | - |
| YUV | 149.32 | 187.65 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 255 | 0.02 | 0.70 | 0 | 0 | 298.65 | 1 | 0.65 |
| Hex | FB | 4D | FF | 2 | 46 | 0 | 0 | 12B | 64 | 41 |
| Octal | 373 | 115 | 377 | 2 | 106 | 0 | 0 | 453 | 144 | 101 |
| Binary | 11111011 | 1001101 | 11111111 | 10 | 1000110 | 0 | 0 | 100101011 | 1100100 | 1000001 |
Color Harmonies of #FB4DFF
Complementary color
Monochromatic Colors of #FB4DFF
Black with #FB4DFF
Text Example
Text Example
White with #FB4DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DFF; }
p { color: rgb(251,77,255); }
H1.HeaderClassName
{
color: #FB4DFF;
}
.AnyTagClassName
{
color: #FB4DFF;
}
</style>
background-color css
<style>
a { background-color: #FB4DFF; }
a { background-color: rgb(251,77,255); }
div.DivClassName
{
background-color: #FB4DFF;
}
.BgClassName
{
background-color: #FB4DFF;
}
</style>
border-color css
<style>
span { border-color: #FB4DFF; }
span { border-color: rgb(251,77,255); }
td.TdClassName
{
border-color: #FB4DFF;
}
.TagClassName
{
border-color: #FB4DFF;
}
</style>