Shades of Pink Flamingo #FA44F4
Tints of Pink Flamingo #FA44F4
RGB
CMYK
RGB Variations
Color information
#FA44F4 (or 0xFA44F4) is known color: Pink Flamingo. HEX triplet: FA, 44 and F4. RGB value is (250,68,244). Sum of RGB (Red+Green+Blue) = 250+68+244=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 68 (26.95% from 255 or 12.10% from 562); Blue value is 244 (95.70% from 255 or 43.42% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA44F4 is #05BB0B. Grayscale: #8D8D8D. Windows color (decimal): -375564 or 16008442. OLE color: 16008442.
HSL color Cylindrical-coordinate representation of color #FA44F4: hue angle of 301.98º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA44F4 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 244 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.02 |
| HSL | 301.98º | 0.95% | 0.62% | - |
| HSV(B) | 301.98º | 0.73% | 0.98% | - |
| XYZ | 57.82 | 30.99 | 88.52 | - |
| YUV | 142.48 | 185.3 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 244 | 0 | 0.73 | 0.02 | 0.02 | 301.98 | 0.95 | 0.62 |
| Hex | FA | 44 | F4 | 0 | 49 | 2 | 2 | 12E | 5F | 3E |
| Octal | 372 | 104 | 364 | 0 | 111 | 2 | 2 | 456 | 137 | 76 |
| Binary | 11111010 | 1000100 | 11110100 | 0 | 1001001 | 10 | 10 | 100101110 | 1011111 | 111110 |
Color Harmonies of #FA44F4
Complementary color
Monochromatic Colors of #FA44F4
Black with #FA44F4
Text Example
Text Example
White with #FA44F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44F4; }
p { color: rgb(250,68,244); }
H1.HeaderClassName
{
color: #FA44F4;
}
.AnyTagClassName
{
color: #FA44F4;
}
</style>
background-color css
<style>
a { background-color: #FA44F4; }
a { background-color: rgb(250,68,244); }
div.DivClassName
{
background-color: #FA44F4;
}
.BgClassName
{
background-color: #FA44F4;
}
</style>
border-color css
<style>
span { border-color: #FA44F4; }
span { border-color: rgb(250,68,244); }
td.TdClassName
{
border-color: #FA44F4;
}
.TagClassName
{
border-color: #FA44F4;
}
</style>