Shades of Pink Flamingo #FA4DF5
Tints of Pink Flamingo #FA4DF5
RGB
CMYK
RGB Variations
Color information
#FA4DF5 (or 0xFA4DF5) is known color: Pink Flamingo. HEX triplet: FA, 4D and F5. RGB value is (250,77,245). Sum of RGB (Red+Green+Blue) = 250+77+245=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 77 (30.47% from 255 or 13.46% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DF5 is #05B20A. Grayscale: #939393. Windows color (decimal): -373259 or 16076282. OLE color: 16076282.
HSL color Cylindrical-coordinate representation of color #FA4DF5: hue angle of 301.73º 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 #FA4DF5 is Cyan = 0, Magento = 0.69, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 245 | - |
| CMYK | 0 | 0.69 | 0.02 | 0.02 |
| HSL | 301.73º | 0.95% | 0.64% | - |
| HSV(B) | 301.73º | 0.69% | 0.98% | - |
| XYZ | 58.56 | 32.22 | 89.52 | - |
| YUV | 147.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 245 | 0 | 0.69 | 0.02 | 0.02 | 301.73 | 0.95 | 0.64 |
| Hex | FA | 4D | F5 | 0 | 45 | 2 | 2 | 12E | 5F | 40 |
| Octal | 372 | 115 | 365 | 0 | 105 | 2 | 2 | 456 | 137 | 100 |
| Binary | 11111010 | 1001101 | 11110101 | 0 | 1000101 | 10 | 10 | 100101110 | 1011111 | 1000000 |
Color Harmonies of #FA4DF5
Complementary color
Monochromatic Colors of #FA4DF5
Black with #FA4DF5
Text Example
Text Example
White with #FA4DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DF5; }
p { color: rgb(250,77,245); }
H1.HeaderClassName
{
color: #FA4DF5;
}
.AnyTagClassName
{
color: #FA4DF5;
}
</style>
background-color css
<style>
a { background-color: #FA4DF5; }
a { background-color: rgb(250,77,245); }
div.DivClassName
{
background-color: #FA4DF5;
}
.BgClassName
{
background-color: #FA4DF5;
}
</style>
border-color css
<style>
span { border-color: #FA4DF5; }
span { border-color: rgb(250,77,245); }
td.TdClassName
{
border-color: #FA4DF5;
}
.TagClassName
{
border-color: #FA4DF5;
}
</style>