Shades of Pink Flamingo #FA5AFE
Tints of Pink Flamingo #FA5AFE
RGB
CMYK
RGB Variations
Color information
#FA5AFE (or 0xFA5AFE) is known color: Pink Flamingo. HEX triplet: FA, 5A and FE. RGB value is (250,90,254). Sum of RGB (Red+Green+Blue) = 250+90+254=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 90 (35.55% from 255 or 15.15% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA5AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5AFE is #05A501. Grayscale: #9C9C9C. Windows color (decimal): -369922 or 16669434. OLE color: 16669434.
HSL color Cylindrical-coordinate representation of color #FA5AFE: hue angle of 298.54º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA5AFE is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 90 | 254 | - |
| CMYK | 0.02 | 0.65 | 0 | 0.00 |
| HSL | 298.54º | 0.99% | 0.67% | - |
| HSV(B) | 298.54º | 0.65% | 1% | - |
| XYZ | 60.97 | 34.79 | 97.27 | - |
| YUV | 156.54 | 183.01 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 254 | 0.02 | 0.65 | 0 | 0.00 | 298.54 | 0.99 | 0.67 |
| Hex | FA | 5A | FE | 2 | 41 | 0 | 0 | 12B | 63 | 43 |
| Octal | 372 | 132 | 376 | 2 | 101 | 0 | 0 | 453 | 143 | 103 |
| Binary | 11111010 | 1011010 | 11111110 | 10 | 1000001 | 0 | 0 | 100101011 | 1100011 | 1000011 |
Color Harmonies of #FA5AFE
Complementary color
Monochromatic Colors of #FA5AFE
Black with #FA5AFE
Text Example
Text Example
White with #FA5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AFE; }
p { color: rgb(250,90,254); }
H1.HeaderClassName
{
color: #FA5AFE;
}
.AnyTagClassName
{
color: #FA5AFE;
}
</style>
background-color css
<style>
a { background-color: #FA5AFE; }
a { background-color: rgb(250,90,254); }
div.DivClassName
{
background-color: #FA5AFE;
}
.BgClassName
{
background-color: #FA5AFE;
}
</style>
border-color css
<style>
span { border-color: #FA5AFE; }
span { border-color: rgb(250,90,254); }
td.TdClassName
{
border-color: #FA5AFE;
}
.TagClassName
{
border-color: #FA5AFE;
}
</style>