Shades of Pink Flamingo #FA60ED
Tints of Pink Flamingo #FA60ED
RGB
CMYK
RGB Variations
Color information
#FA60ED (or 0xFA60ED) is known color: Pink Flamingo. HEX triplet: FA, 60 and ED. RGB value is (250,96,237). Sum of RGB (Red+Green+Blue) = 250+96+237=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 96 (37.89% from 255 or 16.47% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA60ED is #059F12. Grayscale: #9D9D9D. Windows color (decimal): -368403 or 15556858. OLE color: 15556858.
HSL color Cylindrical-coordinate representation of color #FA60ED: hue angle of 305.06º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA60ED is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 237 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.02 |
| HSL | 305.06º | 0.94% | 0.68% | - |
| HSV(B) | 305.06º | 0.62% | 0.98% | - |
| XYZ | 58.89 | 34.8 | 83.73 | - |
| YUV | 158.12 | 172.52 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 237 | 0 | 0.62 | 0.05 | 0.02 | 305.06 | 0.94 | 0.68 |
| Hex | FA | 60 | ED | 0 | 3E | 5 | 2 | 131 | 5E | 44 |
| Octal | 372 | 140 | 355 | 0 | 76 | 5 | 2 | 461 | 136 | 104 |
| Binary | 11111010 | 1100000 | 11101101 | 0 | 111110 | 101 | 10 | 100110001 | 1011110 | 1000100 |
Color Harmonies of #FA60ED
Complementary color
Monochromatic Colors of #FA60ED
Black with #FA60ED
Text Example
Text Example
White with #FA60ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA60ED; }
p { color: rgb(250,96,237); }
H1.HeaderClassName
{
color: #FA60ED;
}
.AnyTagClassName
{
color: #FA60ED;
}
</style>
background-color css
<style>
a { background-color: #FA60ED; }
a { background-color: rgb(250,96,237); }
div.DivClassName
{
background-color: #FA60ED;
}
.BgClassName
{
background-color: #FA60ED;
}
</style>
border-color css
<style>
span { border-color: #FA60ED; }
span { border-color: rgb(250,96,237); }
td.TdClassName
{
border-color: #FA60ED;
}
.TagClassName
{
border-color: #FA60ED;
}
</style>