Shades of Pink Flamingo #FA4EF5
Tints of Pink Flamingo #FA4EF5
RGB
CMYK
RGB Variations
Color information
#FA4EF5 (or 0xFA4EF5) is known color: Pink Flamingo. HEX triplet: FA, 4E and F5. RGB value is (250,78,245). Sum of RGB (Red+Green+Blue) = 250+78+245=573 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.63% from 573); Green value is 78 (30.86% from 255 or 13.61% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4EF5 is #05B10A. Grayscale: #939393. Windows color (decimal): -373003 or 16076538. OLE color: 16076538.
HSL color Cylindrical-coordinate representation of color #FA4EF5: hue angle of 301.74º 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 #FA4EF5 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 245 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.02 |
| HSL | 301.74º | 0.95% | 0.64% | - |
| HSV(B) | 301.74º | 0.69% | 0.98% | - |
| XYZ | 58.63 | 32.37 | 89.54 | - |
| YUV | 148.47 | 182.48 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 245 | 0 | 0.69 | 0.02 | 0.02 | 301.74 | 0.95 | 0.64 |
| Hex | FA | 4E | F5 | 0 | 45 | 2 | 2 | 12E | 5F | 40 |
| Octal | 372 | 116 | 365 | 0 | 105 | 2 | 2 | 456 | 137 | 100 |
| Binary | 11111010 | 1001110 | 11110101 | 0 | 1000101 | 10 | 10 | 100101110 | 1011111 | 1000000 |
Color Harmonies of #FA4EF5
Complementary color
Monochromatic Colors of #FA4EF5
Black with #FA4EF5
Text Example
Text Example
White with #FA4EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4EF5; }
p { color: rgb(250,78,245); }
H1.HeaderClassName
{
color: #FA4EF5;
}
.AnyTagClassName
{
color: #FA4EF5;
}
</style>
background-color css
<style>
a { background-color: #FA4EF5; }
a { background-color: rgb(250,78,245); }
div.DivClassName
{
background-color: #FA4EF5;
}
.BgClassName
{
background-color: #FA4EF5;
}
</style>
border-color css
<style>
span { border-color: #FA4EF5; }
span { border-color: rgb(250,78,245); }
td.TdClassName
{
border-color: #FA4EF5;
}
.TagClassName
{
border-color: #FA4EF5;
}
</style>