Shades of Pink Flamingo #FA44FB
Tints of Pink Flamingo #FA44FB
RGB
CMYK
RGB Variations
Color information
#FA44FB (or 0xFA44FB) is known color: Pink Flamingo. HEX triplet: FA, 44 and FB. RGB value is (250,68,251). Sum of RGB (Red+Green+Blue) = 250+68+251=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 68 (26.95% from 255 or 11.95% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA44FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA44FB is #05BB04. Grayscale: #8E8E8E. Windows color (decimal): -375557 or 16467194. OLE color: 16467194.
HSL color Cylindrical-coordinate representation of color #FA44FB: hue angle of 299.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA44FB is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 251 | - |
| CMYK | 0.00 | 0.73 | 0 | 0.02 |
| HSL | 299.67º | 0.96% | 0.63% | - |
| HSV(B) | 299.67º | 0.73% | 0.98% | - |
| XYZ | 58.9 | 31.42 | 94.23 | - |
| YUV | 143.28 | 188.8 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 251 | 0.00 | 0.73 | 0 | 0.02 | 299.67 | 0.96 | 0.63 |
| Hex | FA | 44 | FB | 0 | 49 | 0 | 2 | 12C | 60 | 3F |
| Octal | 372 | 104 | 373 | 0 | 111 | 0 | 2 | 454 | 140 | 77 |
| Binary | 11111010 | 1000100 | 11111011 | 0 | 1001001 | 0 | 10 | 100101100 | 1100000 | 111111 |
Color Harmonies of #FA44FB
Complementary color
Monochromatic Colors of #FA44FB
Black with #FA44FB
Text Example
Text Example
White with #FA44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44FB; }
p { color: rgb(250,68,251); }
H1.HeaderClassName
{
color: #FA44FB;
}
.AnyTagClassName
{
color: #FA44FB;
}
</style>
background-color css
<style>
a { background-color: #FA44FB; }
a { background-color: rgb(250,68,251); }
div.DivClassName
{
background-color: #FA44FB;
}
.BgClassName
{
background-color: #FA44FB;
}
</style>
border-color css
<style>
span { border-color: #FA44FB; }
span { border-color: rgb(250,68,251); }
td.TdClassName
{
border-color: #FA44FB;
}
.TagClassName
{
border-color: #FA44FB;
}
</style>