Shades of Pink Flamingo #FA5AFC
Tints of Pink Flamingo #FA5AFC
RGB
CMYK
RGB Variations
Color information
#FA5AFC (or 0xFA5AFC) is known color: Pink Flamingo. HEX triplet: FA, 5A and FC. RGB value is (250,90,252). Sum of RGB (Red+Green+Blue) = 250+90+252=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 90 (35.55% from 255 or 15.20% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA5AFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5AFC is #05A503. Grayscale: #9B9B9B. Windows color (decimal): -369924 or 16538362. OLE color: 16538362.
HSL color Cylindrical-coordinate representation of color #FA5AFC: hue angle of 299.26º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5AFC is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 90 | 252 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.01 |
| HSL | 299.26º | 0.96% | 0.67% | - |
| HSV(B) | 299.26º | 0.64% | 0.99% | - |
| XYZ | 60.65 | 34.66 | 95.59 | - |
| YUV | 156.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 252 | 0.01 | 0.64 | 0 | 0.01 | 299.26 | 0.96 | 0.67 |
| Hex | FA | 5A | FC | 1 | 40 | 0 | 1 | 12B | 60 | 43 |
| Octal | 372 | 132 | 374 | 1 | 100 | 0 | 1 | 453 | 140 | 103 |
| Binary | 11111010 | 1011010 | 11111100 | 1 | 1000000 | 0 | 1 | 100101011 | 1100000 | 1000011 |
Color Harmonies of #FA5AFC
Complementary color
Monochromatic Colors of #FA5AFC
Black with #FA5AFC
Text Example
Text Example
White with #FA5AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5AFC; }
p { color: rgb(250,90,252); }
H1.HeaderClassName
{
color: #FA5AFC;
}
.AnyTagClassName
{
color: #FA5AFC;
}
</style>
background-color css
<style>
a { background-color: #FA5AFC; }
a { background-color: rgb(250,90,252); }
div.DivClassName
{
background-color: #FA5AFC;
}
.BgClassName
{
background-color: #FA5AFC;
}
</style>
border-color css
<style>
span { border-color: #FA5AFC; }
span { border-color: rgb(250,90,252); }
td.TdClassName
{
border-color: #FA5AFC;
}
.TagClassName
{
border-color: #FA5AFC;
}
</style>