Shades of Pink Flamingo #FA4DEE
Tints of Pink Flamingo #FA4DEE
RGB
CMYK
RGB Variations
Color information
#FA4DEE (or 0xFA4DEE) is known color: Pink Flamingo. HEX triplet: FA, 4D and EE. RGB value is (250,77,238). Sum of RGB (Red+Green+Blue) = 250+77+238=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 77 (30.47% from 255 or 13.63% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DEE is #05B211. Grayscale: #929292. Windows color (decimal): -373266 or 15617530. OLE color: 15617530.
HSL color Cylindrical-coordinate representation of color #FA4DEE: hue angle of 304.16º 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 #FA4DEE is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 238 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.02 |
| HSL | 304.16º | 0.95% | 0.64% | - |
| HSV(B) | 304.16º | 0.69% | 0.98% | - |
| XYZ | 57.51 | 31.8 | 84 | - |
| YUV | 147.08 | 179.31 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 238 | 0 | 0.69 | 0.05 | 0.02 | 304.16 | 0.95 | 0.64 |
| Hex | FA | 4D | EE | 0 | 45 | 5 | 2 | 130 | 5F | 40 |
| Octal | 372 | 115 | 356 | 0 | 105 | 5 | 2 | 460 | 137 | 100 |
| Binary | 11111010 | 1001101 | 11101110 | 0 | 1000101 | 101 | 10 | 100110000 | 1011111 | 1000000 |
Color Harmonies of #FA4DEE
Complementary color
Monochromatic Colors of #FA4DEE
Black with #FA4DEE
Text Example
Text Example
White with #FA4DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DEE; }
p { color: rgb(250,77,238); }
H1.HeaderClassName
{
color: #FA4DEE;
}
.AnyTagClassName
{
color: #FA4DEE;
}
</style>
background-color css
<style>
a { background-color: #FA4DEE; }
a { background-color: rgb(250,77,238); }
div.DivClassName
{
background-color: #FA4DEE;
}
.BgClassName
{
background-color: #FA4DEE;
}
</style>
border-color css
<style>
span { border-color: #FA4DEE; }
span { border-color: rgb(250,77,238); }
td.TdClassName
{
border-color: #FA4DEE;
}
.TagClassName
{
border-color: #FA4DEE;
}
</style>