Shades of Pink Flamingo #FA4EF1
Tints of Pink Flamingo #FA4EF1
RGB
CMYK
RGB Variations
Color information
#FA4EF1 (or 0xFA4EF1) is known color: Pink Flamingo. HEX triplet: FA, 4E and F1. RGB value is (250,78,241). Sum of RGB (Red+Green+Blue) = 250+78+241=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 78 (30.86% from 255 or 13.71% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4EF1 is #05B10E. Grayscale: #939393. Windows color (decimal): -373007 or 15814394. OLE color: 15814394.
HSL color Cylindrical-coordinate representation of color #FA4EF1: hue angle of 303.14º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4EF1 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 241 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.02 |
| HSL | 303.14º | 0.95% | 0.64% | - |
| HSV(B) | 303.14º | 0.69% | 0.98% | - |
| XYZ | 58.03 | 32.12 | 86.36 | - |
| YUV | 148.01 | 180.48 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 241 | 0 | 0.69 | 0.04 | 0.02 | 303.14 | 0.95 | 0.64 |
| Hex | FA | 4E | F1 | 0 | 45 | 4 | 2 | 12F | 5F | 40 |
| Octal | 372 | 116 | 361 | 0 | 105 | 4 | 2 | 457 | 137 | 100 |
| Binary | 11111010 | 1001110 | 11110001 | 0 | 1000101 | 100 | 10 | 100101111 | 1011111 | 1000000 |
Color Harmonies of #FA4EF1
Complementary color
Monochromatic Colors of #FA4EF1
Black with #FA4EF1
Text Example
Text Example
White with #FA4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4EF1; }
p { color: rgb(250,78,241); }
H1.HeaderClassName
{
color: #FA4EF1;
}
.AnyTagClassName
{
color: #FA4EF1;
}
</style>
background-color css
<style>
a { background-color: #FA4EF1; }
a { background-color: rgb(250,78,241); }
div.DivClassName
{
background-color: #FA4EF1;
}
.BgClassName
{
background-color: #FA4EF1;
}
</style>
border-color css
<style>
span { border-color: #FA4EF1; }
span { border-color: rgb(250,78,241); }
td.TdClassName
{
border-color: #FA4EF1;
}
.TagClassName
{
border-color: #FA4EF1;
}
</style>