Shades of Pink Flamingo #FA57FE
Tints of Pink Flamingo #FA57FE
RGB
CMYK
RGB Variations
Color information
#FA57FE (or 0xFA57FE) is known color: Pink Flamingo. HEX triplet: FA, 57 and FE. RGB value is (250,87,254). Sum of RGB (Red+Green+Blue) = 250+87+254=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 87 (34.38% from 255 or 14.72% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA57FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA57FE is #05A801. Grayscale: #9A9A9A. Windows color (decimal): -370690 or 16668666. OLE color: 16668666.
HSL color Cylindrical-coordinate representation of color #FA57FE: hue angle of 298.56º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA57FE is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 87 | 254 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.00 |
| HSL | 298.56º | 0.99% | 0.67% | - |
| HSV(B) | 298.56º | 0.66% | 1% | - |
| XYZ | 60.72 | 34.3 | 97.19 | - |
| YUV | 154.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 254 | 0.02 | 0.66 | 0 | 0.00 | 298.56 | 0.99 | 0.67 |
| Hex | FA | 57 | FE | 2 | 42 | 0 | 0 | 12B | 63 | 43 |
| Octal | 372 | 127 | 376 | 2 | 102 | 0 | 0 | 453 | 143 | 103 |
| Binary | 11111010 | 1010111 | 11111110 | 10 | 1000010 | 0 | 0 | 100101011 | 1100011 | 1000011 |
Color Harmonies of #FA57FE
Complementary color
Monochromatic Colors of #FA57FE
Black with #FA57FE
Text Example
Text Example
White with #FA57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA57FE; }
p { color: rgb(250,87,254); }
H1.HeaderClassName
{
color: #FA57FE;
}
.AnyTagClassName
{
color: #FA57FE;
}
</style>
background-color css
<style>
a { background-color: #FA57FE; }
a { background-color: rgb(250,87,254); }
div.DivClassName
{
background-color: #FA57FE;
}
.BgClassName
{
background-color: #FA57FE;
}
</style>
border-color css
<style>
span { border-color: #FA57FE; }
span { border-color: rgb(250,87,254); }
td.TdClassName
{
border-color: #FA57FE;
}
.TagClassName
{
border-color: #FA57FE;
}
</style>