Shades of Pink Flamingo #FA50FE
Tints of Pink Flamingo #FA50FE
RGB
CMYK
RGB Variations
Color information
#FA50FE (or 0xFA50FE) is known color: Pink Flamingo. HEX triplet: FA, 50 and FE. RGB value is (250,80,254). Sum of RGB (Red+Green+Blue) = 250+80+254=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 80 (31.64% from 255 or 13.70% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA50FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA50FE is #05AF01. Grayscale: #969696. Windows color (decimal): -372482 or 16666874. OLE color: 16666874.
HSL color Cylindrical-coordinate representation of color #FA50FE: hue angle of 298.62º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA50FE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 80 | 254 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.00 |
| HSL | 298.62º | 0.99% | 0.65% | - |
| HSV(B) | 298.62º | 0.69% | 1% | - |
| XYZ | 60.18 | 33.22 | 97.01 | - |
| YUV | 150.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 254 | 0.02 | 0.69 | 0 | 0.00 | 298.62 | 0.99 | 0.65 |
| Hex | FA | 50 | FE | 2 | 45 | 0 | 0 | 12B | 63 | 41 |
| Octal | 372 | 120 | 376 | 2 | 105 | 0 | 0 | 453 | 143 | 101 |
| Binary | 11111010 | 1010000 | 11111110 | 10 | 1000101 | 0 | 0 | 100101011 | 1100011 | 1000001 |
Color Harmonies of #FA50FE
Complementary color
Monochromatic Colors of #FA50FE
Black with #FA50FE
Text Example
Text Example
White with #FA50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA50FE; }
p { color: rgb(250,80,254); }
H1.HeaderClassName
{
color: #FA50FE;
}
.AnyTagClassName
{
color: #FA50FE;
}
</style>
background-color css
<style>
a { background-color: #FA50FE; }
a { background-color: rgb(250,80,254); }
div.DivClassName
{
background-color: #FA50FE;
}
.BgClassName
{
background-color: #FA50FE;
}
</style>
border-color css
<style>
span { border-color: #FA50FE; }
span { border-color: rgb(250,80,254); }
td.TdClassName
{
border-color: #FA50FE;
}
.TagClassName
{
border-color: #FA50FE;
}
</style>