Shades of Pink Flamingo #FA47ED
Tints of Pink Flamingo #FA47ED
RGB
CMYK
RGB Variations
Color information
#FA47ED (or 0xFA47ED) is known color: Pink Flamingo. HEX triplet: FA, 47 and ED. RGB value is (250,71,237). Sum of RGB (Red+Green+Blue) = 250+71+237=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 71 (28.12% from 255 or 12.72% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA47ED is #05B812. Grayscale: #8E8E8E. Windows color (decimal): -374803 or 15550458. OLE color: 15550458.
HSL color Cylindrical-coordinate representation of color #FA47ED: hue angle of 304.36º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA47ED is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 71 | 237 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.02 |
| HSL | 304.36º | 0.95% | 0.63% | - |
| HSV(B) | 304.36º | 0.72% | 0.98% | - |
| XYZ | 56.96 | 30.94 | 83.09 | - |
| YUV | 143.45 | 180.8 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 71 | 237 | 0 | 0.72 | 0.05 | 0.02 | 304.36 | 0.95 | 0.63 |
| Hex | FA | 47 | ED | 0 | 48 | 5 | 2 | 130 | 5F | 3F |
| Octal | 372 | 107 | 355 | 0 | 110 | 5 | 2 | 460 | 137 | 77 |
| Binary | 11111010 | 1000111 | 11101101 | 0 | 1001000 | 101 | 10 | 100110000 | 1011111 | 111111 |
Color Harmonies of #FA47ED
Complementary color
Monochromatic Colors of #FA47ED
Black with #FA47ED
Text Example
Text Example
White with #FA47ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA47ED; }
p { color: rgb(250,71,237); }
H1.HeaderClassName
{
color: #FA47ED;
}
.AnyTagClassName
{
color: #FA47ED;
}
</style>
background-color css
<style>
a { background-color: #FA47ED; }
a { background-color: rgb(250,71,237); }
div.DivClassName
{
background-color: #FA47ED;
}
.BgClassName
{
background-color: #FA47ED;
}
</style>
border-color css
<style>
span { border-color: #FA47ED; }
span { border-color: rgb(250,71,237); }
td.TdClassName
{
border-color: #FA47ED;
}
.TagClassName
{
border-color: #FA47ED;
}
</style>