Shades of Pink Flamingo #FB5DEA
Tints of Pink Flamingo #FB5DEA
RGB
CMYK
RGB Variations
Color information
#FB5DEA (or 0xFB5DEA) is known color: Pink Flamingo. HEX triplet: FB, 5D and EA. RGB value is (251,93,234). Sum of RGB (Red+Green+Blue) = 251+93+234=578 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.43% from 578); Green value is 93 (36.72% from 255 or 16.09% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5DEA is #04A215. Grayscale: #9B9B9B. Windows color (decimal): -303638 or 15359483. OLE color: 15359483.
HSL color Cylindrical-coordinate representation of color #FB5DEA: hue angle of 306.46º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5DEA is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 234 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.02 |
| HSL | 306.46º | 0.95% | 0.67% | - |
| HSV(B) | 306.46º | 0.63% | 0.98% | - |
| XYZ | 58.55 | 34.28 | 81.37 | - |
| YUV | 156.32 | 171.85 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 234 | 0 | 0.63 | 0.07 | 0.02 | 306.46 | 0.95 | 0.67 |
| Hex | FB | 5D | EA | 0 | 3F | 7 | 2 | 132 | 5F | 43 |
| Octal | 373 | 135 | 352 | 0 | 77 | 7 | 2 | 462 | 137 | 103 |
| Binary | 11111011 | 1011101 | 11101010 | 0 | 111111 | 111 | 10 | 100110010 | 1011111 | 1000011 |
Color Harmonies of #FB5DEA
Complementary color
Monochromatic Colors of #FB5DEA
Black with #FB5DEA
Text Example
Text Example
White with #FB5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5DEA; }
p { color: rgb(251,93,234); }
H1.HeaderClassName
{
color: #FB5DEA;
}
.AnyTagClassName
{
color: #FB5DEA;
}
</style>
background-color css
<style>
a { background-color: #FB5DEA; }
a { background-color: rgb(251,93,234); }
div.DivClassName
{
background-color: #FB5DEA;
}
.BgClassName
{
background-color: #FB5DEA;
}
</style>
border-color css
<style>
span { border-color: #FB5DEA; }
span { border-color: rgb(251,93,234); }
td.TdClassName
{
border-color: #FB5DEA;
}
.TagClassName
{
border-color: #FB5DEA;
}
</style>