Shades of Pink Flamingo #FA5AF9
Tints of Pink Flamingo #FA5AF9
RGB
CMYK
RGB Variations
Color information
#FA5AF9 (or 0xFA5AF9) is known color: Pink Flamingo. HEX triplet: FA, 5A and F9. RGB value is (250,90,249). Sum of RGB (Red+Green+Blue) = 250+90+249=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 90 (35.55% from 255 or 15.28% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5AF9 is #05A506. Grayscale: #9B9B9B. Windows color (decimal): -369927 or 16341754. OLE color: 16341754.
HSL color Cylindrical-coordinate representation of color #FA5AF9: hue angle of 300.38º 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 #FA5AF9 is Cyan = 0, Magento = 0.64, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 249 | - |
| CMYK | 0 | 0.64 | 0.00 | 0.02 |
| HSL | 300.38º | 0.94% | 0.67% | - |
| HSV(B) | 300.38º | 0.64% | 0.98% | - |
| XYZ | 60.18 | 34.48 | 93.11 | - |
| YUV | 155.97 | 180.51 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 249 | 0 | 0.64 | 0.00 | 0.02 | 300.38 | 0.94 | 0.67 |
| Hex | FA | 5A | F9 | 0 | 40 | 0 | 2 | 12C | 5E | 43 |
| Octal | 372 | 132 | 371 | 0 | 100 | 0 | 2 | 454 | 136 | 103 |
| Binary | 11111010 | 1011010 | 11111001 | 0 | 1000000 | 0 | 10 | 100101100 | 1011110 | 1000011 |
Color Harmonies of #FA5AF9
Complementary color
Monochromatic Colors of #FA5AF9
Black with #FA5AF9
Text Example
Text Example
White with #FA5AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AF9; }
p { color: rgb(250,90,249); }
H1.HeaderClassName
{
color: #FA5AF9;
}
.AnyTagClassName
{
color: #FA5AF9;
}
</style>
background-color css
<style>
a { background-color: #FA5AF9; }
a { background-color: rgb(250,90,249); }
div.DivClassName
{
background-color: #FA5AF9;
}
.BgClassName
{
background-color: #FA5AF9;
}
</style>
border-color css
<style>
span { border-color: #FA5AF9; }
span { border-color: rgb(250,90,249); }
td.TdClassName
{
border-color: #FA5AF9;
}
.TagClassName
{
border-color: #FA5AF9;
}
</style>