Shades of Pink Flamingo #FA44F7
Tints of Pink Flamingo #FA44F7
RGB
CMYK
RGB Variations
Color information
#FA44F7 (or 0xFA44F7) is known color: Pink Flamingo. HEX triplet: FA, 44 and F7. RGB value is (250,68,247). Sum of RGB (Red+Green+Blue) = 250+68+247=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 68 (26.95% from 255 or 12.04% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA44F7 is #05BB08. Grayscale: #8E8E8E. Windows color (decimal): -375561 or 16205050. OLE color: 16205050.
HSL color Cylindrical-coordinate representation of color #FA44F7: hue angle of 300.99º 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 #FA44F7 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 247 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.02 |
| HSL | 300.99º | 0.95% | 0.62% | - |
| HSV(B) | 300.99º | 0.73% | 0.98% | - |
| XYZ | 58.28 | 31.17 | 90.94 | - |
| YUV | 142.82 | 186.8 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 247 | 0 | 0.73 | 0.01 | 0.02 | 300.99 | 0.95 | 0.62 |
| Hex | FA | 44 | F7 | 0 | 49 | 1 | 2 | 12D | 5F | 3E |
| Octal | 372 | 104 | 367 | 0 | 111 | 1 | 2 | 455 | 137 | 76 |
| Binary | 11111010 | 1000100 | 11110111 | 0 | 1001001 | 1 | 10 | 100101101 | 1011111 | 111110 |
Color Harmonies of #FA44F7
Complementary color
Monochromatic Colors of #FA44F7
Black with #FA44F7
Text Example
Text Example
White with #FA44F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44F7; }
p { color: rgb(250,68,247); }
H1.HeaderClassName
{
color: #FA44F7;
}
.AnyTagClassName
{
color: #FA44F7;
}
</style>
background-color css
<style>
a { background-color: #FA44F7; }
a { background-color: rgb(250,68,247); }
div.DivClassName
{
background-color: #FA44F7;
}
.BgClassName
{
background-color: #FA44F7;
}
</style>
border-color css
<style>
span { border-color: #FA44F7; }
span { border-color: rgb(250,68,247); }
td.TdClassName
{
border-color: #FA44F7;
}
.TagClassName
{
border-color: #FA44F7;
}
</style>