Shades of Pink Flamingo #FA4AEE
Tints of Pink Flamingo #FA4AEE
RGB
CMYK
RGB Variations
Color information
#FA4AEE (or 0xFA4AEE) is known color: Pink Flamingo. HEX triplet: FA, 4A and EE. RGB value is (250,74,238). Sum of RGB (Red+Green+Blue) = 250+74+238=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 74 (29.30% from 255 or 13.17% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4AEE is #05B511. Grayscale: #909090. Windows color (decimal): -374034 or 15616762. OLE color: 15616762.
HSL color Cylindrical-coordinate representation of color #FA4AEE: hue angle of 304.09º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4AEE is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 238 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.02 |
| HSL | 304.09º | 0.95% | 0.64% | - |
| HSV(B) | 304.09º | 0.7% | 0.98% | - |
| XYZ | 57.31 | 31.39 | 83.93 | - |
| YUV | 145.32 | 180.31 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 238 | 0 | 0.70 | 0.05 | 0.02 | 304.09 | 0.95 | 0.64 |
| Hex | FA | 4A | EE | 0 | 46 | 5 | 2 | 130 | 5F | 40 |
| Octal | 372 | 112 | 356 | 0 | 106 | 5 | 2 | 460 | 137 | 100 |
| Binary | 11111010 | 1001010 | 11101110 | 0 | 1000110 | 101 | 10 | 100110000 | 1011111 | 1000000 |
Color Harmonies of #FA4AEE
Complementary color
Monochromatic Colors of #FA4AEE
Black with #FA4AEE
Text Example
Text Example
White with #FA4AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4AEE; }
p { color: rgb(250,74,238); }
H1.HeaderClassName
{
color: #FA4AEE;
}
.AnyTagClassName
{
color: #FA4AEE;
}
</style>
background-color css
<style>
a { background-color: #FA4AEE; }
a { background-color: rgb(250,74,238); }
div.DivClassName
{
background-color: #FA4AEE;
}
.BgClassName
{
background-color: #FA4AEE;
}
</style>
border-color css
<style>
span { border-color: #FA4AEE; }
span { border-color: rgb(250,74,238); }
td.TdClassName
{
border-color: #FA4AEE;
}
.TagClassName
{
border-color: #FA4AEE;
}
</style>