Shades of Pink Flamingo #FA58FF
Tints of Pink Flamingo #FA58FF
RGB
CMYK
RGB Variations
Color information
#FA58FF (or 0xFA58FF) is known color: Pink Flamingo. HEX triplet: FA, 58 and FF. RGB value is (250,88,255). Sum of RGB (Red+Green+Blue) = 250+88+255=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 88 (34.77% from 255 or 14.84% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA58FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA58FF is #05A700. Grayscale: #9A9A9A. Windows color (decimal): -370433 or 16734458. OLE color: 16734458.
HSL color Cylindrical-coordinate representation of color #FA58FF: hue angle of 298.2º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA58FF is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 88 | 255 | - |
| CMYK | 0.02 | 0.65 | 0 | 0 |
| HSL | 298.2º | 1% | 0.67% | - |
| HSV(B) | 298.2º | 0.65% | 1% | - |
| XYZ | 60.96 | 34.52 | 98.06 | - |
| YUV | 155.48 | 184.17 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 255 | 0.02 | 0.65 | 0 | 0 | 298.2 | 1 | 0.67 |
| Hex | FA | 58 | FF | 2 | 41 | 0 | 0 | 12A | 64 | 43 |
| Octal | 372 | 130 | 377 | 2 | 101 | 0 | 0 | 452 | 144 | 103 |
| Binary | 11111010 | 1011000 | 11111111 | 10 | 1000001 | 0 | 0 | 100101010 | 1100100 | 1000011 |
Color Harmonies of #FA58FF
Complementary color
Monochromatic Colors of #FA58FF
Black with #FA58FF
Text Example
Text Example
White with #FA58FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58FF; }
p { color: rgb(250,88,255); }
H1.HeaderClassName
{
color: #FA58FF;
}
.AnyTagClassName
{
color: #FA58FF;
}
</style>
background-color css
<style>
a { background-color: #FA58FF; }
a { background-color: rgb(250,88,255); }
div.DivClassName
{
background-color: #FA58FF;
}
.BgClassName
{
background-color: #FA58FF;
}
</style>
border-color css
<style>
span { border-color: #FA58FF; }
span { border-color: rgb(250,88,255); }
td.TdClassName
{
border-color: #FA58FF;
}
.TagClassName
{
border-color: #FA58FF;
}
</style>