Shades of Pink Flamingo #FA5CEA
Tints of Pink Flamingo #FA5CEA
RGB
CMYK
RGB Variations
Color information
#FA5CEA (or 0xFA5CEA) is known color: Pink Flamingo. HEX triplet: FA, 5C and EA. RGB value is (250,92,234). Sum of RGB (Red+Green+Blue) = 250+92+234=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 92 (36.33% from 255 or 15.97% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5CEA is #05A315. Grayscale: #9B9B9B. Windows color (decimal): -369430 or 15359226. OLE color: 15359226.
HSL color Cylindrical-coordinate representation of color #FA5CEA: hue angle of 306.08º degrees, saturation: 0.94, 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 #FA5CEA is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 234 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.02 |
| HSL | 306.08º | 0.94% | 0.67% | - |
| HSV(B) | 306.08º | 0.63% | 0.98% | - |
| XYZ | 58.1 | 33.92 | 81.33 | - |
| YUV | 155.43 | 172.35 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 234 | 0 | 0.63 | 0.06 | 0.02 | 306.08 | 0.94 | 0.67 |
| Hex | FA | 5C | EA | 0 | 3F | 6 | 2 | 132 | 5E | 43 |
| Octal | 372 | 134 | 352 | 0 | 77 | 6 | 2 | 462 | 136 | 103 |
| Binary | 11111010 | 1011100 | 11101010 | 0 | 111111 | 110 | 10 | 100110010 | 1011110 | 1000011 |
Color Harmonies of #FA5CEA
Complementary color
Monochromatic Colors of #FA5CEA
Black with #FA5CEA
Text Example
Text Example
White with #FA5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5CEA; }
p { color: rgb(250,92,234); }
H1.HeaderClassName
{
color: #FA5CEA;
}
.AnyTagClassName
{
color: #FA5CEA;
}
</style>
background-color css
<style>
a { background-color: #FA5CEA; }
a { background-color: rgb(250,92,234); }
div.DivClassName
{
background-color: #FA5CEA;
}
.BgClassName
{
background-color: #FA5CEA;
}
</style>
border-color css
<style>
span { border-color: #FA5CEA; }
span { border-color: rgb(250,92,234); }
td.TdClassName
{
border-color: #FA5CEA;
}
.TagClassName
{
border-color: #FA5CEA;
}
</style>