Shades of Pink Flamingo #FA5AF0
Tints of Pink Flamingo #FA5AF0
RGB
CMYK
RGB Variations
Color information
#FA5AF0 (or 0xFA5AF0) is known color: Pink Flamingo. HEX triplet: FA, 5A and F0. RGB value is (250,90,240). Sum of RGB (Red+Green+Blue) = 250+90+240=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 90 (35.55% from 255 or 15.52% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5AF0 is #05A50F. Grayscale: #9A9A9A. Windows color (decimal): -369936 or 15751930. OLE color: 15751930.
HSL color Cylindrical-coordinate representation of color #FA5AF0: hue angle of 303.75º 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 #FA5AF0 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 240 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.02 |
| HSL | 303.75º | 0.94% | 0.67% | - |
| HSV(B) | 303.75º | 0.64% | 0.98% | - |
| XYZ | 58.81 | 33.93 | 85.89 | - |
| YUV | 154.94 | 176.01 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 240 | 0 | 0.64 | 0.04 | 0.02 | 303.75 | 0.94 | 0.67 |
| Hex | FA | 5A | F0 | 0 | 40 | 4 | 2 | 130 | 5E | 43 |
| Octal | 372 | 132 | 360 | 0 | 100 | 4 | 2 | 460 | 136 | 103 |
| Binary | 11111010 | 1011010 | 11110000 | 0 | 1000000 | 100 | 10 | 100110000 | 1011110 | 1000011 |
Color Harmonies of #FA5AF0
Complementary color
Monochromatic Colors of #FA5AF0
Black with #FA5AF0
Text Example
Text Example
White with #FA5AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AF0; }
p { color: rgb(250,90,240); }
H1.HeaderClassName
{
color: #FA5AF0;
}
.AnyTagClassName
{
color: #FA5AF0;
}
</style>
background-color css
<style>
a { background-color: #FA5AF0; }
a { background-color: rgb(250,90,240); }
div.DivClassName
{
background-color: #FA5AF0;
}
.BgClassName
{
background-color: #FA5AF0;
}
</style>
border-color css
<style>
span { border-color: #FA5AF0; }
span { border-color: rgb(250,90,240); }
td.TdClassName
{
border-color: #FA5AF0;
}
.TagClassName
{
border-color: #FA5AF0;
}
</style>