Shades of Pink Flamingo #FA5AF6
Tints of Pink Flamingo #FA5AF6
RGB
CMYK
RGB Variations
Color information
#FA5AF6 (or 0xFA5AF6) is known color: Pink Flamingo. HEX triplet: FA, 5A and F6. RGB value is (250,90,246). Sum of RGB (Red+Green+Blue) = 250+90+246=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 90 (35.55% from 255 or 15.36% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5AF6 is #05A509. Grayscale: #9B9B9B. Windows color (decimal): -369930 or 16145146. OLE color: 16145146.
HSL color Cylindrical-coordinate representation of color #FA5AF6: hue angle of 301.5º 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 #FA5AF6 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 246 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.02 |
| HSL | 301.5º | 0.94% | 0.67% | - |
| HSV(B) | 301.5º | 0.64% | 0.98% | - |
| XYZ | 59.72 | 34.29 | 90.66 | - |
| YUV | 155.62 | 179.01 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 246 | 0 | 0.64 | 0.02 | 0.02 | 301.5 | 0.94 | 0.67 |
| Hex | FA | 5A | F6 | 0 | 40 | 2 | 2 | 12E | 5E | 43 |
| Octal | 372 | 132 | 366 | 0 | 100 | 2 | 2 | 456 | 136 | 103 |
| Binary | 11111010 | 1011010 | 11110110 | 0 | 1000000 | 10 | 10 | 100101110 | 1011110 | 1000011 |
Color Harmonies of #FA5AF6
Complementary color
Monochromatic Colors of #FA5AF6
Black with #FA5AF6
Text Example
Text Example
White with #FA5AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AF6; }
p { color: rgb(250,90,246); }
H1.HeaderClassName
{
color: #FA5AF6;
}
.AnyTagClassName
{
color: #FA5AF6;
}
</style>
background-color css
<style>
a { background-color: #FA5AF6; }
a { background-color: rgb(250,90,246); }
div.DivClassName
{
background-color: #FA5AF6;
}
.BgClassName
{
background-color: #FA5AF6;
}
</style>
border-color css
<style>
span { border-color: #FA5AF6; }
span { border-color: rgb(250,90,246); }
td.TdClassName
{
border-color: #FA5AF6;
}
.TagClassName
{
border-color: #FA5AF6;
}
</style>