Shades of Pink Flamingo #FA53EE
Tints of Pink Flamingo #FA53EE
RGB
CMYK
RGB Variations
Color information
#FA53EE (or 0xFA53EE) is known color: Pink Flamingo. HEX triplet: FA, 53 and EE. RGB value is (250,83,238). Sum of RGB (Red+Green+Blue) = 250+83+238=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 83 (32.81% from 255 or 14.54% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA53EE is #05AC11. Grayscale: #969696. Windows color (decimal): -371730 or 15619066. OLE color: 15619066.
HSL color Cylindrical-coordinate representation of color #FA53EE: hue angle of 304.31º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA53EE is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 238 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.02 |
| HSL | 304.31º | 0.94% | 0.65% | - |
| HSV(B) | 304.31º | 0.67% | 0.98% | - |
| XYZ | 57.95 | 32.68 | 84.14 | - |
| YUV | 150.6 | 177.33 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 238 | 0 | 0.67 | 0.05 | 0.02 | 304.31 | 0.94 | 0.65 |
| Hex | FA | 53 | EE | 0 | 43 | 5 | 2 | 130 | 5E | 41 |
| Octal | 372 | 123 | 356 | 0 | 103 | 5 | 2 | 460 | 136 | 101 |
| Binary | 11111010 | 1010011 | 11101110 | 0 | 1000011 | 101 | 10 | 100110000 | 1011110 | 1000001 |
Color Harmonies of #FA53EE
Complementary color
Monochromatic Colors of #FA53EE
Black with #FA53EE
Text Example
Text Example
White with #FA53EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA53EE; }
p { color: rgb(250,83,238); }
H1.HeaderClassName
{
color: #FA53EE;
}
.AnyTagClassName
{
color: #FA53EE;
}
</style>
background-color css
<style>
a { background-color: #FA53EE; }
a { background-color: rgb(250,83,238); }
div.DivClassName
{
background-color: #FA53EE;
}
.BgClassName
{
background-color: #FA53EE;
}
</style>
border-color css
<style>
span { border-color: #FA53EE; }
span { border-color: rgb(250,83,238); }
td.TdClassName
{
border-color: #FA53EE;
}
.TagClassName
{
border-color: #FA53EE;
}
</style>