Shades of Pink Flamingo #FA5BFB
Tints of Pink Flamingo #FA5BFB
RGB
CMYK
RGB Variations
Color information
#FA5BFB (or 0xFA5BFB) is known color: Pink Flamingo. HEX triplet: FA, 5B and FB. RGB value is (250,91,251). Sum of RGB (Red+Green+Blue) = 250+91+251=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 91 (35.94% from 255 or 15.37% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA5BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5BFB is #05A404. Grayscale: #9C9C9C. Windows color (decimal): -369669 or 16473082. OLE color: 16473082.
HSL color Cylindrical-coordinate representation of color #FA5BFB: hue angle of 299.62º degrees, saturation: 0.95, 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 #FA5BFB is Cyan = 0.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 91 | 251 | - |
| CMYK | 0.00 | 0.64 | 0 | 0.02 |
| HSL | 299.63º | 0.95% | 0.67% | - |
| HSV(B) | 299.63º | 0.64% | 0.98% | - |
| XYZ | 60.58 | 34.77 | 94.79 | - |
| YUV | 156.78 | 181.18 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 251 | 0.00 | 0.64 | 0 | 0.02 | 299.63 | 0.95 | 0.67 |
| Hex | FA | 5B | FB | 0 | 40 | 0 | 2 | 12C | 5F | 43 |
| Octal | 372 | 133 | 373 | 0 | 100 | 0 | 2 | 454 | 137 | 103 |
| Binary | 11111010 | 1011011 | 11111011 | 0 | 1000000 | 0 | 10 | 100101100 | 1011111 | 1000011 |
Color Harmonies of #FA5BFB
Complementary color
Monochromatic Colors of #FA5BFB
Black with #FA5BFB
Text Example
Text Example
White with #FA5BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BFB; }
p { color: rgb(250,91,251); }
H1.HeaderClassName
{
color: #FA5BFB;
}
.AnyTagClassName
{
color: #FA5BFB;
}
</style>
background-color css
<style>
a { background-color: #FA5BFB; }
a { background-color: rgb(250,91,251); }
div.DivClassName
{
background-color: #FA5BFB;
}
.BgClassName
{
background-color: #FA5BFB;
}
</style>
border-color css
<style>
span { border-color: #FA5BFB; }
span { border-color: rgb(250,91,251); }
td.TdClassName
{
border-color: #FA5BFB;
}
.TagClassName
{
border-color: #FA5BFB;
}
</style>