Shades of Pink Flamingo #FA58FA
Tints of Pink Flamingo #FA58FA
RGB
CMYK
RGB Variations
Color information
#FA58FA (or 0xFA58FA) is known color: Pink Flamingo. HEX triplet: FA, 58 and FA. RGB value is (250,88,250). Sum of RGB (Red+Green+Blue) = 250+88+250=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 88 (34.77% from 255 or 14.97% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA58FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA58FA is #05A705. Grayscale: #9A9A9A. Windows color (decimal): -370438 or 16406778. OLE color: 16406778.
HSL color Cylindrical-coordinate representation of color #FA58FA: hue angle of 300º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA58FA is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 250 | - |
| CMYK | 0 | 0.65 | 0 | 0.02 |
| HSL | 300º | 0.94% | 0.66% | - |
| HSV(B) | 300º | 0.65% | 0.98% | - |
| XYZ | 60.17 | 34.21 | 93.87 | - |
| YUV | 154.91 | 181.67 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 250 | 0 | 0.65 | 0 | 0.02 | 300 | 0.94 | 0.66 |
| Hex | FA | 58 | FA | 0 | 41 | 0 | 2 | 12C | 5E | 42 |
| Octal | 372 | 130 | 372 | 0 | 101 | 0 | 2 | 454 | 136 | 102 |
| Binary | 11111010 | 1011000 | 11111010 | 0 | 1000001 | 0 | 10 | 100101100 | 1011110 | 1000010 |
Color Harmonies of #FA58FA
Complementary color
Monochromatic Colors of #FA58FA
Black with #FA58FA
Text Example
Text Example
White with #FA58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58FA; }
p { color: rgb(250,88,250); }
H1.HeaderClassName
{
color: #FA58FA;
}
.AnyTagClassName
{
color: #FA58FA;
}
</style>
background-color css
<style>
a { background-color: #FA58FA; }
a { background-color: rgb(250,88,250); }
div.DivClassName
{
background-color: #FA58FA;
}
.BgClassName
{
background-color: #FA58FA;
}
</style>
border-color css
<style>
span { border-color: #FA58FA; }
span { border-color: rgb(250,88,250); }
td.TdClassName
{
border-color: #FA58FA;
}
.TagClassName
{
border-color: #FA58FA;
}
</style>