Shades of Pink Flamingo #FA5FEB
Tints of Pink Flamingo #FA5FEB
RGB
CMYK
RGB Variations
Color information
#FA5FEB (or 0xFA5FEB) is known color: Pink Flamingo. HEX triplet: FA, 5F and EB. RGB value is (250,95,235). Sum of RGB (Red+Green+Blue) = 250+95+235=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 95 (37.5% from 255 or 16.38% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5FEB is #05A014. Grayscale: #9C9C9C. Windows color (decimal): -368661 or 15425530. OLE color: 15425530.
HSL color Cylindrical-coordinate representation of color #FA5FEB: hue angle of 305.81º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5FEB is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 235 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.02 |
| HSL | 305.81º | 0.94% | 0.68% | - |
| HSV(B) | 305.81º | 0.62% | 0.98% | - |
| XYZ | 58.51 | 34.51 | 82.17 | - |
| YUV | 157.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 235 | 0 | 0.62 | 0.06 | 0.02 | 305.81 | 0.94 | 0.68 |
| Hex | FA | 5F | EB | 0 | 3E | 6 | 2 | 132 | 5E | 44 |
| Octal | 372 | 137 | 353 | 0 | 76 | 6 | 2 | 462 | 136 | 104 |
| Binary | 11111010 | 1011111 | 11101011 | 0 | 111110 | 110 | 10 | 100110010 | 1011110 | 1000100 |
Color Harmonies of #FA5FEB
Complementary color
Monochromatic Colors of #FA5FEB
Black with #FA5FEB
Text Example
Text Example
White with #FA5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FEB; }
p { color: rgb(250,95,235); }
H1.HeaderClassName
{
color: #FA5FEB;
}
.AnyTagClassName
{
color: #FA5FEB;
}
</style>
background-color css
<style>
a { background-color: #FA5FEB; }
a { background-color: rgb(250,95,235); }
div.DivClassName
{
background-color: #FA5FEB;
}
.BgClassName
{
background-color: #FA5FEB;
}
</style>
border-color css
<style>
span { border-color: #FA5FEB; }
span { border-color: rgb(250,95,235); }
td.TdClassName
{
border-color: #FA5FEB;
}
.TagClassName
{
border-color: #FA5FEB;
}
</style>