Shades of Pink Flamingo #FA5BFC
Tints of Pink Flamingo #FA5BFC
RGB
CMYK
RGB Variations
Color information
#FA5BFC (or 0xFA5BFC) is known color: Pink Flamingo. HEX triplet: FA, 5B and FC. RGB value is (250,91,252). Sum of RGB (Red+Green+Blue) = 250+91+252=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 91 (35.94% from 255 or 15.35% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA5BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5BFC is #05A403. Grayscale: #9C9C9C. Windows color (decimal): -369668 or 16538618. OLE color: 16538618.
HSL color Cylindrical-coordinate representation of color #FA5BFC: hue angle of 299.25º 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 #FA5BFC is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 91 | 252 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.01 |
| HSL | 299.25º | 0.96% | 0.67% | - |
| HSV(B) | 299.25º | 0.64% | 0.99% | - |
| XYZ | 60.74 | 34.83 | 95.62 | - |
| YUV | 156.9 | 181.68 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 252 | 0.01 | 0.64 | 0 | 0.01 | 299.25 | 0.96 | 0.67 |
| Hex | FA | 5B | FC | 1 | 40 | 0 | 1 | 12B | 60 | 43 |
| Octal | 372 | 133 | 374 | 1 | 100 | 0 | 1 | 453 | 140 | 103 |
| Binary | 11111010 | 1011011 | 11111100 | 1 | 1000000 | 0 | 1 | 100101011 | 1100000 | 1000011 |
Color Harmonies of #FA5BFC
Complementary color
Monochromatic Colors of #FA5BFC
Black with #FA5BFC
Text Example
Text Example
White with #FA5BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BFC; }
p { color: rgb(250,91,252); }
H1.HeaderClassName
{
color: #FA5BFC;
}
.AnyTagClassName
{
color: #FA5BFC;
}
</style>
background-color css
<style>
a { background-color: #FA5BFC; }
a { background-color: rgb(250,91,252); }
div.DivClassName
{
background-color: #FA5BFC;
}
.BgClassName
{
background-color: #FA5BFC;
}
</style>
border-color css
<style>
span { border-color: #FA5BFC; }
span { border-color: rgb(250,91,252); }
td.TdClassName
{
border-color: #FA5BFC;
}
.TagClassName
{
border-color: #FA5BFC;
}
</style>