Shades of Pink Flamingo #FB4DF0
Tints of Pink Flamingo #FB4DF0
RGB
CMYK
RGB Variations
Color information
#FB4DF0 (or 0xFB4DF0) is known color: Pink Flamingo. HEX triplet: FB, 4D and F0. RGB value is (251,77,240). Sum of RGB (Red+Green+Blue) = 251+77+240=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 77 (30.47% from 255 or 13.56% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4DF0 is #04B20F. Grayscale: #939393. Windows color (decimal): -307728 or 15748603. OLE color: 15748603.
HSL color Cylindrical-coordinate representation of color #FB4DF0: hue angle of 303.79º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4DF0 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 240 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.02 |
| HSL | 303.79º | 0.96% | 0.64% | - |
| HSV(B) | 303.79º | 0.69% | 0.98% | - |
| XYZ | 58.17 | 32.11 | 85.57 | - |
| YUV | 147.61 | 180.15 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 240 | 0 | 0.69 | 0.04 | 0.02 | 303.79 | 0.96 | 0.64 |
| Hex | FB | 4D | F0 | 0 | 45 | 4 | 2 | 130 | 60 | 40 |
| Octal | 373 | 115 | 360 | 0 | 105 | 4 | 2 | 460 | 140 | 100 |
| Binary | 11111011 | 1001101 | 11110000 | 0 | 1000101 | 100 | 10 | 100110000 | 1100000 | 1000000 |
Color Harmonies of #FB4DF0
Complementary color
Monochromatic Colors of #FB4DF0
Black with #FB4DF0
Text Example
Text Example
White with #FB4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DF0; }
p { color: rgb(251,77,240); }
H1.HeaderClassName
{
color: #FB4DF0;
}
.AnyTagClassName
{
color: #FB4DF0;
}
</style>
background-color css
<style>
a { background-color: #FB4DF0; }
a { background-color: rgb(251,77,240); }
div.DivClassName
{
background-color: #FB4DF0;
}
.BgClassName
{
background-color: #FB4DF0;
}
</style>
border-color css
<style>
span { border-color: #FB4DF0; }
span { border-color: rgb(251,77,240); }
td.TdClassName
{
border-color: #FB4DF0;
}
.TagClassName
{
border-color: #FB4DF0;
}
</style>