Shades of Pink Flamingo #FA50FB
Tints of Pink Flamingo #FA50FB
RGB
CMYK
RGB Variations
Color information
#FA50FB (or 0xFA50FB) is known color: Pink Flamingo. HEX triplet: FA, 50 and FB. RGB value is (250,80,251). Sum of RGB (Red+Green+Blue) = 250+80+251=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 80 (31.64% from 255 or 13.77% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA50FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA50FB is #05AF04. Grayscale: #959595. Windows color (decimal): -372485 or 16470266. OLE color: 16470266.
HSL color Cylindrical-coordinate representation of color #FA50FB: hue angle of 299.65º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA50FB is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 251 | - |
| CMYK | 0.00 | 0.68 | 0 | 0.02 |
| HSL | 299.65º | 0.96% | 0.65% | - |
| HSV(B) | 299.65º | 0.68% | 0.98% | - |
| XYZ | 59.71 | 33.03 | 94.49 | - |
| YUV | 150.32 | 184.82 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 251 | 0.00 | 0.68 | 0 | 0.02 | 299.65 | 0.96 | 0.65 |
| Hex | FA | 50 | FB | 0 | 44 | 0 | 2 | 12C | 60 | 41 |
| Octal | 372 | 120 | 373 | 0 | 104 | 0 | 2 | 454 | 140 | 101 |
| Binary | 11111010 | 1010000 | 11111011 | 0 | 1000100 | 0 | 10 | 100101100 | 1100000 | 1000001 |
Color Harmonies of #FA50FB
Complementary color
Monochromatic Colors of #FA50FB
Black with #FA50FB
Text Example
Text Example
White with #FA50FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA50FB; }
p { color: rgb(250,80,251); }
H1.HeaderClassName
{
color: #FA50FB;
}
.AnyTagClassName
{
color: #FA50FB;
}
</style>
background-color css
<style>
a { background-color: #FA50FB; }
a { background-color: rgb(250,80,251); }
div.DivClassName
{
background-color: #FA50FB;
}
.BgClassName
{
background-color: #FA50FB;
}
</style>
border-color css
<style>
span { border-color: #FA50FB; }
span { border-color: rgb(250,80,251); }
td.TdClassName
{
border-color: #FA50FB;
}
.TagClassName
{
border-color: #FA50FB;
}
</style>