Shades of Pink Flamingo #FA4EF7
Tints of Pink Flamingo #FA4EF7
RGB
CMYK
RGB Variations
Color information
#FA4EF7 (or 0xFA4EF7) is known color: Pink Flamingo. HEX triplet: FA, 4E and F7. RGB value is (250,78,247). Sum of RGB (Red+Green+Blue) = 250+78+247=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 78 (30.86% from 255 or 13.57% from 575); Blue value is 247 (96.88% from 255 or 42.96% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4EF7 is #05B108. Grayscale: #949494. Windows color (decimal): -373001 or 16207610. OLE color: 16207610.
HSL color Cylindrical-coordinate representation of color #FA4EF7: hue angle of 301.05º 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 #FA4EF7 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 247 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.02 |
| HSL | 301.05º | 0.95% | 0.64% | - |
| HSV(B) | 301.05º | 0.69% | 0.98% | - |
| XYZ | 58.94 | 32.49 | 91.16 | - |
| YUV | 148.69 | 183.48 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 247 | 0 | 0.69 | 0.01 | 0.02 | 301.05 | 0.95 | 0.64 |
| Hex | FA | 4E | F7 | 0 | 45 | 1 | 2 | 12D | 5F | 40 |
| Octal | 372 | 116 | 367 | 0 | 105 | 1 | 2 | 455 | 137 | 100 |
| Binary | 11111010 | 1001110 | 11110111 | 0 | 1000101 | 1 | 10 | 100101101 | 1011111 | 1000000 |
Color Harmonies of #FA4EF7
Complementary color
Monochromatic Colors of #FA4EF7
Black with #FA4EF7
Text Example
Text Example
White with #FA4EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4EF7; }
p { color: rgb(250,78,247); }
H1.HeaderClassName
{
color: #FA4EF7;
}
.AnyTagClassName
{
color: #FA4EF7;
}
</style>
background-color css
<style>
a { background-color: #FA4EF7; }
a { background-color: rgb(250,78,247); }
div.DivClassName
{
background-color: #FA4EF7;
}
.BgClassName
{
background-color: #FA4EF7;
}
</style>
border-color css
<style>
span { border-color: #FA4EF7; }
span { border-color: rgb(250,78,247); }
td.TdClassName
{
border-color: #FA4EF7;
}
.TagClassName
{
border-color: #FA4EF7;
}
</style>