Shades of Pink Flamingo #FA4FED
Tints of Pink Flamingo #FA4FED
RGB
CMYK
RGB Variations
Color information
#FA4FED (or 0xFA4FED) is known color: Pink Flamingo. HEX triplet: FA, 4F and ED. RGB value is (250,79,237). Sum of RGB (Red+Green+Blue) = 250+79+237=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 79 (31.25% from 255 or 13.96% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4FED is #05B012. Grayscale: #939393. Windows color (decimal): -372755 or 15552506. OLE color: 15552506.
HSL color Cylindrical-coordinate representation of color #FA4FED: hue angle of 304.56º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4FED is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 237 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.02 |
| HSL | 304.56º | 0.94% | 0.65% | - |
| HSV(B) | 304.56º | 0.68% | 0.98% | - |
| XYZ | 57.51 | 32.03 | 83.27 | - |
| YUV | 148.14 | 178.15 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 237 | 0 | 0.68 | 0.05 | 0.02 | 304.56 | 0.94 | 0.65 |
| Hex | FA | 4F | ED | 0 | 44 | 5 | 2 | 131 | 5E | 41 |
| Octal | 372 | 117 | 355 | 0 | 104 | 5 | 2 | 461 | 136 | 101 |
| Binary | 11111010 | 1001111 | 11101101 | 0 | 1000100 | 101 | 10 | 100110001 | 1011110 | 1000001 |
Color Harmonies of #FA4FED
Complementary color
Monochromatic Colors of #FA4FED
Black with #FA4FED
Text Example
Text Example
White with #FA4FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4FED; }
p { color: rgb(250,79,237); }
H1.HeaderClassName
{
color: #FA4FED;
}
.AnyTagClassName
{
color: #FA4FED;
}
</style>
background-color css
<style>
a { background-color: #FA4FED; }
a { background-color: rgb(250,79,237); }
div.DivClassName
{
background-color: #FA4FED;
}
.BgClassName
{
background-color: #FA4FED;
}
</style>
border-color css
<style>
span { border-color: #FA4FED; }
span { border-color: rgb(250,79,237); }
td.TdClassName
{
border-color: #FA4FED;
}
.TagClassName
{
border-color: #FA4FED;
}
</style>