Shades of Pink Flamingo #FA5EF8
Tints of Pink Flamingo #FA5EF8
RGB
CMYK
RGB Variations
Color information
#FA5EF8 (or 0xFA5EF8) is known color: Pink Flamingo. HEX triplet: FA, 5E and F8. RGB value is (250,94,248). Sum of RGB (Red+Green+Blue) = 250+94+248=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 94 (37.11% from 255 or 15.88% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5EF8 is #05A107. Grayscale: #9D9D9D. Windows color (decimal): -368904 or 16277242. OLE color: 16277242.
HSL color Cylindrical-coordinate representation of color #FA5EF8: hue angle of 300.77º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5EF8 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 94 | 248 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.02 |
| HSL | 300.77º | 0.94% | 0.67% | - |
| HSV(B) | 300.77º | 0.62% | 0.98% | - |
| XYZ | 60.37 | 35.11 | 92.4 | - |
| YUV | 158.2 | 178.68 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 94 | 248 | 0 | 0.62 | 0.01 | 0.02 | 300.77 | 0.94 | 0.67 |
| Hex | FA | 5E | F8 | 0 | 3E | 1 | 2 | 12D | 5E | 43 |
| Octal | 372 | 136 | 370 | 0 | 76 | 1 | 2 | 455 | 136 | 103 |
| Binary | 11111010 | 1011110 | 11111000 | 0 | 111110 | 1 | 10 | 100101101 | 1011110 | 1000011 |
Color Harmonies of #FA5EF8
Complementary color
Monochromatic Colors of #FA5EF8
Black with #FA5EF8
Text Example
Text Example
White with #FA5EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5EF8; }
p { color: rgb(250,94,248); }
H1.HeaderClassName
{
color: #FA5EF8;
}
.AnyTagClassName
{
color: #FA5EF8;
}
</style>
background-color css
<style>
a { background-color: #FA5EF8; }
a { background-color: rgb(250,94,248); }
div.DivClassName
{
background-color: #FA5EF8;
}
.BgClassName
{
background-color: #FA5EF8;
}
</style>
border-color css
<style>
span { border-color: #FA5EF8; }
span { border-color: rgb(250,94,248); }
td.TdClassName
{
border-color: #FA5EF8;
}
.TagClassName
{
border-color: #FA5EF8;
}
</style>