Shades of Pink Flamingo #FA57F1
Tints of Pink Flamingo #FA57F1
RGB
CMYK
RGB Variations
Color information
#FA57F1 (or 0xFA57F1) is known color: Pink Flamingo. HEX triplet: FA, 57 and F1. RGB value is (250,87,241). Sum of RGB (Red+Green+Blue) = 250+87+241=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 87 (34.38% from 255 or 15.05% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA57F1 is #05A80E. Grayscale: #989898. Windows color (decimal): -370703 or 15816698. OLE color: 15816698.
HSL color Cylindrical-coordinate representation of color #FA57F1: hue angle of 303.31º 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 #FA57F1 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 241 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.02 |
| HSL | 303.31º | 0.94% | 0.66% | - |
| HSV(B) | 303.31º | 0.65% | 0.98% | - |
| XYZ | 58.71 | 33.49 | 86.59 | - |
| YUV | 153.29 | 177.5 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 241 | 0 | 0.65 | 0.04 | 0.02 | 303.31 | 0.94 | 0.66 |
| Hex | FA | 57 | F1 | 0 | 41 | 4 | 2 | 12F | 5E | 42 |
| Octal | 372 | 127 | 361 | 0 | 101 | 4 | 2 | 457 | 136 | 102 |
| Binary | 11111010 | 1010111 | 11110001 | 0 | 1000001 | 100 | 10 | 100101111 | 1011110 | 1000010 |
Color Harmonies of #FA57F1
Complementary color
Monochromatic Colors of #FA57F1
Black with #FA57F1
Text Example
Text Example
White with #FA57F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA57F1; }
p { color: rgb(250,87,241); }
H1.HeaderClassName
{
color: #FA57F1;
}
.AnyTagClassName
{
color: #FA57F1;
}
</style>
background-color css
<style>
a { background-color: #FA57F1; }
a { background-color: rgb(250,87,241); }
div.DivClassName
{
background-color: #FA57F1;
}
.BgClassName
{
background-color: #FA57F1;
}
</style>
border-color css
<style>
span { border-color: #FA57F1; }
span { border-color: rgb(250,87,241); }
td.TdClassName
{
border-color: #FA57F1;
}
.TagClassName
{
border-color: #FA57F1;
}
</style>