Shades of Pink Flamingo #FA46ED
Tints of Pink Flamingo #FA46ED
RGB
CMYK
RGB Variations
Color information
#FA46ED (or 0xFA46ED) is known color: Pink Flamingo. HEX triplet: FA, 46 and ED. RGB value is (250,70,237). Sum of RGB (Red+Green+Blue) = 250+70+237=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 70 (27.73% from 255 or 12.57% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA46ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA46ED is #05B912. Grayscale: #8E8E8E. Windows color (decimal): -375059 or 15550202. OLE color: 15550202.
HSL color Cylindrical-coordinate representation of color #FA46ED: hue angle of 304.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA46ED is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 70 | 237 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.02 |
| HSL | 304.33º | 0.95% | 0.63% | - |
| HSV(B) | 304.33º | 0.72% | 0.98% | - |
| XYZ | 56.9 | 30.82 | 83.07 | - |
| YUV | 142.86 | 181.13 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 70 | 237 | 0 | 0.72 | 0.05 | 0.02 | 304.33 | 0.95 | 0.63 |
| Hex | FA | 46 | ED | 0 | 48 | 5 | 2 | 130 | 5F | 3F |
| Octal | 372 | 106 | 355 | 0 | 110 | 5 | 2 | 460 | 137 | 77 |
| Binary | 11111010 | 1000110 | 11101101 | 0 | 1001000 | 101 | 10 | 100110000 | 1011111 | 111111 |
Color Harmonies of #FA46ED
Complementary color
Monochromatic Colors of #FA46ED
Black with #FA46ED
Text Example
Text Example
White with #FA46ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA46ED; }
p { color: rgb(250,70,237); }
H1.HeaderClassName
{
color: #FA46ED;
}
.AnyTagClassName
{
color: #FA46ED;
}
</style>
background-color css
<style>
a { background-color: #FA46ED; }
a { background-color: rgb(250,70,237); }
div.DivClassName
{
background-color: #FA46ED;
}
.BgClassName
{
background-color: #FA46ED;
}
</style>
border-color css
<style>
span { border-color: #FA46ED; }
span { border-color: rgb(250,70,237); }
td.TdClassName
{
border-color: #FA46ED;
}
.TagClassName
{
border-color: #FA46ED;
}
</style>