Shades of Pink Flamingo #FB5EF5
Tints of Pink Flamingo #FB5EF5
RGB
CMYK
RGB Variations
Color information
#FB5EF5 (or 0xFB5EF5) is known color: Pink Flamingo. HEX triplet: FB, 5E and F5. RGB value is (251,94,245). Sum of RGB (Red+Green+Blue) = 251+94+245=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 94 (37.11% from 255 or 15.93% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5EF5 is #04A10A. Grayscale: #9D9D9D. Windows color (decimal): -303371 or 16080635. OLE color: 16080635.
HSL color Cylindrical-coordinate representation of color #FB5EF5: hue angle of 302.29º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5EF5 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 245 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.02 |
| HSL | 302.29º | 0.95% | 0.68% | - |
| HSV(B) | 302.29º | 0.63% | 0.98% | - |
| XYZ | 60.27 | 35.11 | 89.99 | - |
| YUV | 158.16 | 177.01 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 245 | 0 | 0.63 | 0.02 | 0.02 | 302.29 | 0.95 | 0.68 |
| Hex | FB | 5E | F5 | 0 | 3F | 2 | 2 | 12E | 5F | 44 |
| Octal | 373 | 136 | 365 | 0 | 77 | 2 | 2 | 456 | 137 | 104 |
| Binary | 11111011 | 1011110 | 11110101 | 0 | 111111 | 10 | 10 | 100101110 | 1011111 | 1000100 |
Color Harmonies of #FB5EF5
Complementary color
Monochromatic Colors of #FB5EF5
Black with #FB5EF5
Text Example
Text Example
White with #FB5EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5EF5; }
p { color: rgb(251,94,245); }
H1.HeaderClassName
{
color: #FB5EF5;
}
.AnyTagClassName
{
color: #FB5EF5;
}
</style>
background-color css
<style>
a { background-color: #FB5EF5; }
a { background-color: rgb(251,94,245); }
div.DivClassName
{
background-color: #FB5EF5;
}
.BgClassName
{
background-color: #FB5EF5;
}
</style>
border-color css
<style>
span { border-color: #FB5EF5; }
span { border-color: rgb(251,94,245); }
td.TdClassName
{
border-color: #FB5EF5;
}
.TagClassName
{
border-color: #FB5EF5;
}
</style>