Shades of Pink Flamingo #FA5BFA
Tints of Pink Flamingo #FA5BFA
RGB
CMYK
RGB Variations
Color information
#FA5BFA (or 0xFA5BFA) is known color: Pink Flamingo. HEX triplet: FA, 5B and FA. RGB value is (250,91,250). Sum of RGB (Red+Green+Blue) = 250+91+250=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 91 (35.94% from 255 or 15.40% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA5BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5BFA is #05A405. Grayscale: #9C9C9C. Windows color (decimal): -369670 or 16407546. OLE color: 16407546.
HSL color Cylindrical-coordinate representation of color #FA5BFA: hue angle of 300º 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 #FA5BFA is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 250 | - |
| CMYK | 0 | 0.64 | 0 | 0.02 |
| HSL | 300º | 0.94% | 0.67% | - |
| HSV(B) | 300º | 0.64% | 0.98% | - |
| XYZ | 60.42 | 34.71 | 93.96 | - |
| YUV | 156.67 | 180.68 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 250 | 0 | 0.64 | 0 | 0.02 | 300 | 0.94 | 0.67 |
| Hex | FA | 5B | FA | 0 | 40 | 0 | 2 | 12C | 5E | 43 |
| Octal | 372 | 133 | 372 | 0 | 100 | 0 | 2 | 454 | 136 | 103 |
| Binary | 11111010 | 1011011 | 11111010 | 0 | 1000000 | 0 | 10 | 100101100 | 1011110 | 1000011 |
Color Harmonies of #FA5BFA
Complementary color
Monochromatic Colors of #FA5BFA
Black with #FA5BFA
Text Example
Text Example
White with #FA5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BFA; }
p { color: rgb(250,91,250); }
H1.HeaderClassName
{
color: #FA5BFA;
}
.AnyTagClassName
{
color: #FA5BFA;
}
</style>
background-color css
<style>
a { background-color: #FA5BFA; }
a { background-color: rgb(250,91,250); }
div.DivClassName
{
background-color: #FA5BFA;
}
.BgClassName
{
background-color: #FA5BFA;
}
</style>
border-color css
<style>
span { border-color: #FA5BFA; }
span { border-color: rgb(250,91,250); }
td.TdClassName
{
border-color: #FA5BFA;
}
.TagClassName
{
border-color: #FA5BFA;
}
</style>