Shades of Pink Flamingo #FA58F0
Tints of Pink Flamingo #FA58F0
RGB
CMYK
RGB Variations
Color information
#FA58F0 (or 0xFA58F0) is known color: Pink Flamingo. HEX triplet: FA, 58 and F0. RGB value is (250,88,240). Sum of RGB (Red+Green+Blue) = 250+88+240=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 88 (34.77% from 255 or 15.22% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA58F0 is #05A70F. Grayscale: #999999. Windows color (decimal): -370448 or 15751418. OLE color: 15751418.
HSL color Cylindrical-coordinate representation of color #FA58F0: hue angle of 303.7º 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 #FA58F0 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 240 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.02 |
| HSL | 303.7º | 0.94% | 0.66% | - |
| HSV(B) | 303.7º | 0.65% | 0.98% | - |
| XYZ | 58.64 | 33.59 | 85.83 | - |
| YUV | 153.77 | 176.67 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 240 | 0 | 0.65 | 0.04 | 0.02 | 303.7 | 0.94 | 0.66 |
| Hex | FA | 58 | F0 | 0 | 41 | 4 | 2 | 130 | 5E | 42 |
| Octal | 372 | 130 | 360 | 0 | 101 | 4 | 2 | 460 | 136 | 102 |
| Binary | 11111010 | 1011000 | 11110000 | 0 | 1000001 | 100 | 10 | 100110000 | 1011110 | 1000010 |
Color Harmonies of #FA58F0
Complementary color
Monochromatic Colors of #FA58F0
Black with #FA58F0
Text Example
Text Example
White with #FA58F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58F0; }
p { color: rgb(250,88,240); }
H1.HeaderClassName
{
color: #FA58F0;
}
.AnyTagClassName
{
color: #FA58F0;
}
</style>
background-color css
<style>
a { background-color: #FA58F0; }
a { background-color: rgb(250,88,240); }
div.DivClassName
{
background-color: #FA58F0;
}
.BgClassName
{
background-color: #FA58F0;
}
</style>
border-color css
<style>
span { border-color: #FA58F0; }
span { border-color: rgb(250,88,240); }
td.TdClassName
{
border-color: #FA58F0;
}
.TagClassName
{
border-color: #FA58F0;
}
</style>