Shades of Pink Flamingo #FB5CEA
Tints of Pink Flamingo #FB5CEA
RGB
CMYK
RGB Variations
Color information
#FB5CEA (or 0xFB5CEA) is known color: Pink Flamingo. HEX triplet: FB, 5C and EA. RGB value is (251,92,234). Sum of RGB (Red+Green+Blue) = 251+92+234=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 92 (36.33% from 255 or 15.94% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB5CEA is #04A315. Grayscale: #9B9B9B. Windows color (decimal): -303894 or 15359227. OLE color: 15359227.
HSL color Cylindrical-coordinate representation of color #FB5CEA: hue angle of 306.42º 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 #FB5CEA is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 92 | 234 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.02 |
| HSL | 306.42º | 0.95% | 0.67% | - |
| HSV(B) | 306.42º | 0.63% | 0.98% | - |
| XYZ | 58.46 | 34.1 | 81.34 | - |
| YUV | 155.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 92 | 234 | 0 | 0.63 | 0.07 | 0.02 | 306.42 | 0.95 | 0.67 |
| Hex | FB | 5C | EA | 0 | 3F | 7 | 2 | 132 | 5F | 43 |
| Octal | 373 | 134 | 352 | 0 | 77 | 7 | 2 | 462 | 137 | 103 |
| Binary | 11111011 | 1011100 | 11101010 | 0 | 111111 | 111 | 10 | 100110010 | 1011111 | 1000011 |
Color Harmonies of #FB5CEA
Complementary color
Monochromatic Colors of #FB5CEA
Black with #FB5CEA
Text Example
Text Example
White with #FB5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5CEA; }
p { color: rgb(251,92,234); }
H1.HeaderClassName
{
color: #FB5CEA;
}
.AnyTagClassName
{
color: #FB5CEA;
}
</style>
background-color css
<style>
a { background-color: #FB5CEA; }
a { background-color: rgb(251,92,234); }
div.DivClassName
{
background-color: #FB5CEA;
}
.BgClassName
{
background-color: #FB5CEA;
}
</style>
border-color css
<style>
span { border-color: #FB5CEA; }
span { border-color: rgb(251,92,234); }
td.TdClassName
{
border-color: #FB5CEA;
}
.TagClassName
{
border-color: #FB5CEA;
}
</style>