Shades of Pink Flamingo #FA5AF5
Tints of Pink Flamingo #FA5AF5
RGB
CMYK
RGB Variations
Color information
#FA5AF5 (or 0xFA5AF5) is known color: Pink Flamingo. HEX triplet: FA, 5A and F5. RGB value is (250,90,245). Sum of RGB (Red+Green+Blue) = 250+90+245=585 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.74% from 585); Green value is 90 (35.55% from 255 or 15.38% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5AF5 is #05A50A. Grayscale: #9B9B9B. Windows color (decimal): -369931 or 16079610. OLE color: 16079610.
HSL color Cylindrical-coordinate representation of color #FA5AF5: hue angle of 301.88º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5AF5 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 245 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.02 |
| HSL | 301.88º | 0.94% | 0.67% | - |
| HSV(B) | 301.88º | 0.64% | 0.98% | - |
| XYZ | 59.56 | 34.23 | 89.85 | - |
| YUV | 155.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 245 | 0 | 0.64 | 0.02 | 0.02 | 301.88 | 0.94 | 0.67 |
| Hex | FA | 5A | F5 | 0 | 40 | 2 | 2 | 12E | 5E | 43 |
| Octal | 372 | 132 | 365 | 0 | 100 | 2 | 2 | 456 | 136 | 103 |
| Binary | 11111010 | 1011010 | 11110101 | 0 | 1000000 | 10 | 10 | 100101110 | 1011110 | 1000011 |
Color Harmonies of #FA5AF5
Complementary color
Monochromatic Colors of #FA5AF5
Black with #FA5AF5
Text Example
Text Example
White with #FA5AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AF5; }
p { color: rgb(250,90,245); }
H1.HeaderClassName
{
color: #FA5AF5;
}
.AnyTagClassName
{
color: #FA5AF5;
}
</style>
background-color css
<style>
a { background-color: #FA5AF5; }
a { background-color: rgb(250,90,245); }
div.DivClassName
{
background-color: #FA5AF5;
}
.BgClassName
{
background-color: #FA5AF5;
}
</style>
border-color css
<style>
span { border-color: #FA5AF5; }
span { border-color: rgb(250,90,245); }
td.TdClassName
{
border-color: #FA5AF5;
}
.TagClassName
{
border-color: #FA5AF5;
}
</style>