Shades of Pink Flamingo #FA4BEC
Tints of Pink Flamingo #FA4BEC
RGB
CMYK
RGB Variations
Color information
#FA4BEC (or 0xFA4BEC) is known color: Pink Flamingo. HEX triplet: FA, 4B and EC. RGB value is (250,75,236). Sum of RGB (Red+Green+Blue) = 250+75+236=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 75 (29.69% from 255 or 13.37% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4BEC is #05B413. Grayscale: #919191. Windows color (decimal): -373780 or 15485946. OLE color: 15485946.
HSL color Cylindrical-coordinate representation of color #FA4BEC: hue angle of 304.8º degrees, saturation: 0.95, 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 #FA4BEC is Cyan = 0, Magento = 0.7, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 75 | 236 | - |
| CMYK | 0 | 0.7 | 0.06 | 0.02 |
| HSL | 304.8º | 0.95% | 0.64% | - |
| HSV(B) | 304.8º | 0.7% | 0.98% | - |
| XYZ | 57.08 | 31.41 | 82.41 | - |
| YUV | 145.68 | 178.98 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 75 | 236 | 0 | 0.7 | 0.06 | 0.02 | 304.8 | 0.95 | 0.64 |
| Hex | FA | 4B | EC | 0 | 46 | 6 | 2 | 131 | 5F | 40 |
| Octal | 372 | 113 | 354 | 0 | 106 | 6 | 2 | 461 | 137 | 100 |
| Binary | 11111010 | 1001011 | 11101100 | 0 | 1000110 | 110 | 10 | 100110001 | 1011111 | 1000000 |
Color Harmonies of #FA4BEC
Complementary color
Monochromatic Colors of #FA4BEC
Black with #FA4BEC
Text Example
Text Example
White with #FA4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4BEC; }
p { color: rgb(250,75,236); }
H1.HeaderClassName
{
color: #FA4BEC;
}
.AnyTagClassName
{
color: #FA4BEC;
}
</style>
background-color css
<style>
a { background-color: #FA4BEC; }
a { background-color: rgb(250,75,236); }
div.DivClassName
{
background-color: #FA4BEC;
}
.BgClassName
{
background-color: #FA4BEC;
}
</style>
border-color css
<style>
span { border-color: #FA4BEC; }
span { border-color: rgb(250,75,236); }
td.TdClassName
{
border-color: #FA4BEC;
}
.TagClassName
{
border-color: #FA4BEC;
}
</style>