Shades of Pink Flamingo #FA4EF2
Tints of Pink Flamingo #FA4EF2
RGB
CMYK
RGB Variations
Color information
#FA4EF2 (or 0xFA4EF2) is known color: Pink Flamingo. HEX triplet: FA, 4E and F2. RGB value is (250,78,242). Sum of RGB (Red+Green+Blue) = 250+78+242=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 78 (30.86% from 255 or 13.68% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4EF2 is #05B10D. Grayscale: #939393. Windows color (decimal): -373006 or 15879930. OLE color: 15879930.
HSL color Cylindrical-coordinate representation of color #FA4EF2: hue angle of 302.79º 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 #FA4EF2 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 242 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.02 |
| HSL | 302.79º | 0.95% | 0.64% | - |
| HSV(B) | 302.79º | 0.69% | 0.98% | - |
| XYZ | 58.18 | 32.18 | 87.15 | - |
| YUV | 148.12 | 180.98 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 242 | 0 | 0.69 | 0.03 | 0.02 | 302.79 | 0.95 | 0.64 |
| Hex | FA | 4E | F2 | 0 | 45 | 3 | 2 | 12F | 5F | 40 |
| Octal | 372 | 116 | 362 | 0 | 105 | 3 | 2 | 457 | 137 | 100 |
| Binary | 11111010 | 1001110 | 11110010 | 0 | 1000101 | 11 | 10 | 100101111 | 1011111 | 1000000 |
Color Harmonies of #FA4EF2
Complementary color
Monochromatic Colors of #FA4EF2
Black with #FA4EF2
Text Example
Text Example
White with #FA4EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4EF2; }
p { color: rgb(250,78,242); }
H1.HeaderClassName
{
color: #FA4EF2;
}
.AnyTagClassName
{
color: #FA4EF2;
}
</style>
background-color css
<style>
a { background-color: #FA4EF2; }
a { background-color: rgb(250,78,242); }
div.DivClassName
{
background-color: #FA4EF2;
}
.BgClassName
{
background-color: #FA4EF2;
}
</style>
border-color css
<style>
span { border-color: #FA4EF2; }
span { border-color: rgb(250,78,242); }
td.TdClassName
{
border-color: #FA4EF2;
}
.TagClassName
{
border-color: #FA4EF2;
}
</style>