Shades of Pink Flamingo #FA53ED
Tints of Pink Flamingo #FA53ED
RGB
CMYK
RGB Variations
Color information
#FA53ED (or 0xFA53ED) is known color: Pink Flamingo. HEX triplet: FA, 53 and ED. RGB value is (250,83,237). Sum of RGB (Red+Green+Blue) = 250+83+237=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 83 (32.81% from 255 or 14.56% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA53ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA53ED is #05AC12. Grayscale: #969696. Windows color (decimal): -371731 or 15553530. OLE color: 15553530.
HSL color Cylindrical-coordinate representation of color #FA53ED: hue angle of 304.67º 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 #FA53ED is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 83 | 237 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.02 |
| HSL | 304.67º | 0.94% | 0.65% | - |
| HSV(B) | 304.67º | 0.67% | 0.98% | - |
| XYZ | 57.8 | 32.62 | 83.37 | - |
| YUV | 150.49 | 176.83 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 83 | 237 | 0 | 0.67 | 0.05 | 0.02 | 304.67 | 0.94 | 0.65 |
| Hex | FA | 53 | ED | 0 | 43 | 5 | 2 | 131 | 5E | 41 |
| Octal | 372 | 123 | 355 | 0 | 103 | 5 | 2 | 461 | 136 | 101 |
| Binary | 11111010 | 1010011 | 11101101 | 0 | 1000011 | 101 | 10 | 100110001 | 1011110 | 1000001 |
Color Harmonies of #FA53ED
Complementary color
Monochromatic Colors of #FA53ED
Black with #FA53ED
Text Example
Text Example
White with #FA53ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA53ED; }
p { color: rgb(250,83,237); }
H1.HeaderClassName
{
color: #FA53ED;
}
.AnyTagClassName
{
color: #FA53ED;
}
</style>
background-color css
<style>
a { background-color: #FA53ED; }
a { background-color: rgb(250,83,237); }
div.DivClassName
{
background-color: #FA53ED;
}
.BgClassName
{
background-color: #FA53ED;
}
</style>
border-color css
<style>
span { border-color: #FA53ED; }
span { border-color: rgb(250,83,237); }
td.TdClassName
{
border-color: #FA53ED;
}
.TagClassName
{
border-color: #FA53ED;
}
</style>