Shades of Pink Flamingo #FA5BFD
Tints of Pink Flamingo #FA5BFD
RGB
CMYK
RGB Variations
Color information
#FA5BFD (or 0xFA5BFD) is known color: Pink Flamingo. HEX triplet: FA, 5B and FD. RGB value is (250,91,253). Sum of RGB (Red+Green+Blue) = 250+91+253=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 91 (35.94% from 255 or 15.32% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA5BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5BFD is #05A402. Grayscale: #9C9C9C. Windows color (decimal): -369667 or 16604154. OLE color: 16604154.
HSL color Cylindrical-coordinate representation of color #FA5BFD: hue angle of 298.89º degrees, saturation: 0.98, 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 #FA5BFD is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 91 | 253 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.01 |
| HSL | 298.89º | 0.98% | 0.67% | - |
| HSV(B) | 298.89º | 0.64% | 0.99% | - |
| XYZ | 60.9 | 34.9 | 96.45 | - |
| YUV | 157.01 | 182.18 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 91 | 253 | 0.01 | 0.64 | 0 | 0.01 | 298.89 | 0.98 | 0.67 |
| Hex | FA | 5B | FD | 1 | 40 | 0 | 1 | 12B | 62 | 43 |
| Octal | 372 | 133 | 375 | 1 | 100 | 0 | 1 | 453 | 142 | 103 |
| Binary | 11111010 | 1011011 | 11111101 | 1 | 1000000 | 0 | 1 | 100101011 | 1100010 | 1000011 |
Color Harmonies of #FA5BFD
Complementary color
Monochromatic Colors of #FA5BFD
Black with #FA5BFD
Text Example
Text Example
White with #FA5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5BFD; }
p { color: rgb(250,91,253); }
H1.HeaderClassName
{
color: #FA5BFD;
}
.AnyTagClassName
{
color: #FA5BFD;
}
</style>
background-color css
<style>
a { background-color: #FA5BFD; }
a { background-color: rgb(250,91,253); }
div.DivClassName
{
background-color: #FA5BFD;
}
.BgClassName
{
background-color: #FA5BFD;
}
</style>
border-color css
<style>
span { border-color: #FA5BFD; }
span { border-color: rgb(250,91,253); }
td.TdClassName
{
border-color: #FA5BFD;
}
.TagClassName
{
border-color: #FA5BFD;
}
</style>