Shades of Pink Flamingo #FB4DF7
Tints of Pink Flamingo #FB4DF7
RGB
CMYK
RGB Variations
Color information
#FB4DF7 (or 0xFB4DF7) is known color: Pink Flamingo. HEX triplet: FB, 4D and F7. RGB value is (251,77,247). Sum of RGB (Red+Green+Blue) = 251+77+247=575 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.65% from 575); Green value is 77 (30.47% from 255 or 13.39% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB4DF7 is #04B208. Grayscale: #939393. Windows color (decimal): -307721 or 16207355. OLE color: 16207355.
HSL color Cylindrical-coordinate representation of color #FB4DF7: hue angle of 301.38º 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 #FB4DF7 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 247 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.02 |
| HSL | 301.38º | 0.96% | 0.64% | - |
| HSV(B) | 301.38º | 0.69% | 0.98% | - |
| XYZ | 59.23 | 32.53 | 91.15 | - |
| YUV | 148.41 | 183.65 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 247 | 0 | 0.69 | 0.02 | 0.02 | 301.38 | 0.96 | 0.64 |
| Hex | FB | 4D | F7 | 0 | 45 | 2 | 2 | 12D | 60 | 40 |
| Octal | 373 | 115 | 367 | 0 | 105 | 2 | 2 | 455 | 140 | 100 |
| Binary | 11111011 | 1001101 | 11110111 | 0 | 1000101 | 10 | 10 | 100101101 | 1100000 | 1000000 |
Color Harmonies of #FB4DF7
Complementary color
Monochromatic Colors of #FB4DF7
Black with #FB4DF7
Text Example
Text Example
White with #FB4DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DF7; }
p { color: rgb(251,77,247); }
H1.HeaderClassName
{
color: #FB4DF7;
}
.AnyTagClassName
{
color: #FB4DF7;
}
</style>
background-color css
<style>
a { background-color: #FB4DF7; }
a { background-color: rgb(251,77,247); }
div.DivClassName
{
background-color: #FB4DF7;
}
.BgClassName
{
background-color: #FB4DF7;
}
</style>
border-color css
<style>
span { border-color: #FB4DF7; }
span { border-color: rgb(251,77,247); }
td.TdClassName
{
border-color: #FB4DF7;
}
.TagClassName
{
border-color: #FB4DF7;
}
</style>