Shades of Pink Flamingo #FB4CF5
Tints of Pink Flamingo #FB4CF5
RGB
CMYK
RGB Variations
Color information
#FB4CF5 (or 0xFB4CF5) is known color: Pink Flamingo. HEX triplet: FB, 4C and F5. RGB value is (251,76,245). Sum of RGB (Red+Green+Blue) = 251+76+245=572 (75% of max value = 765). Red value is 251 (98.44% from 255 or 43.88% from 572); Green value is 76 (30.08% from 255 or 13.29% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB4CF5 is #04B30A. Grayscale: #939393. Windows color (decimal): -307979 or 16076027. OLE color: 16076027.
HSL color Cylindrical-coordinate representation of color #FB4CF5: hue angle of 302.06º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4CF5 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 245 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.02 |
| HSL | 302.06º | 0.96% | 0.64% | - |
| HSV(B) | 302.06º | 0.7% | 0.98% | - |
| XYZ | 58.85 | 32.27 | 89.51 | - |
| YUV | 147.59 | 182.98 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 245 | 0 | 0.70 | 0.02 | 0.02 | 302.06 | 0.96 | 0.64 |
| Hex | FB | 4C | F5 | 0 | 46 | 2 | 2 | 12E | 60 | 40 |
| Octal | 373 | 114 | 365 | 0 | 106 | 2 | 2 | 456 | 140 | 100 |
| Binary | 11111011 | 1001100 | 11110101 | 0 | 1000110 | 10 | 10 | 100101110 | 1100000 | 1000000 |
Color Harmonies of #FB4CF5
Complementary color
Monochromatic Colors of #FB4CF5
Black with #FB4CF5
Text Example
Text Example
White with #FB4CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CF5; }
p { color: rgb(251,76,245); }
H1.HeaderClassName
{
color: #FB4CF5;
}
.AnyTagClassName
{
color: #FB4CF5;
}
</style>
background-color css
<style>
a { background-color: #FB4CF5; }
a { background-color: rgb(251,76,245); }
div.DivClassName
{
background-color: #FB4CF5;
}
.BgClassName
{
background-color: #FB4CF5;
}
</style>
border-color css
<style>
span { border-color: #FB4CF5; }
span { border-color: rgb(251,76,245); }
td.TdClassName
{
border-color: #FB4CF5;
}
.TagClassName
{
border-color: #FB4CF5;
}
</style>