Shades of Pink Flamingo #FA51FB
Tints of Pink Flamingo #FA51FB
RGB
CMYK
RGB Variations
Color information
#FA51FB (or 0xFA51FB) is known color: Pink Flamingo. HEX triplet: FA, 51 and FB. RGB value is (250,81,251). Sum of RGB (Red+Green+Blue) = 250+81+251=582 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.96% from 582); Green value is 81 (32.03% from 255 or 13.92% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA51FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA51FB is #05AE04. Grayscale: #969696. Windows color (decimal): -372229 or 16470522. OLE color: 16470522.
HSL color Cylindrical-coordinate representation of color #FA51FB: 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 #FA51FB is Cyan = 0.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 81 | 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.78 | 33.17 | 94.52 | - |
| YUV | 150.91 | 184.49 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 81 | 251 | 0.00 | 0.68 | 0 | 0.02 | 299.65 | 0.96 | 0.65 |
| Hex | FA | 51 | FB | 0 | 44 | 0 | 2 | 12C | 60 | 41 |
| Octal | 372 | 121 | 373 | 0 | 104 | 0 | 2 | 454 | 140 | 101 |
| Binary | 11111010 | 1010001 | 11111011 | 0 | 1000100 | 0 | 10 | 100101100 | 1100000 | 1000001 |
Color Harmonies of #FA51FB
Complementary color
Monochromatic Colors of #FA51FB
Black with #FA51FB
Text Example
Text Example
White with #FA51FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA51FB; }
p { color: rgb(250,81,251); }
H1.HeaderClassName
{
color: #FA51FB;
}
.AnyTagClassName
{
color: #FA51FB;
}
</style>
background-color css
<style>
a { background-color: #FA51FB; }
a { background-color: rgb(250,81,251); }
div.DivClassName
{
background-color: #FA51FB;
}
.BgClassName
{
background-color: #FA51FB;
}
</style>
border-color css
<style>
span { border-color: #FA51FB; }
span { border-color: rgb(250,81,251); }
td.TdClassName
{
border-color: #FA51FB;
}
.TagClassName
{
border-color: #FA51FB;
}
</style>