Shades of Pink Flamingo #FA44F8
Tints of Pink Flamingo #FA44F8
RGB
CMYK
RGB Variations
Color information
#FA44F8 (or 0xFA44F8) is known color: Pink Flamingo. HEX triplet: FA, 44 and F8. RGB value is (250,68,248). Sum of RGB (Red+Green+Blue) = 250+68+248=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 68 (26.95% from 255 or 12.01% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA44F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA44F8 is #05BB07. Grayscale: #8E8E8E. Windows color (decimal): -375560 or 16270586. OLE color: 16270586.
HSL color Cylindrical-coordinate representation of color #FA44F8: hue angle of 300.66º 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 #FA44F8 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 68 | 248 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.02 |
| HSL | 300.66º | 0.95% | 0.62% | - |
| HSV(B) | 300.66º | 0.73% | 0.98% | - |
| XYZ | 58.43 | 31.24 | 91.76 | - |
| YUV | 142.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 68 | 248 | 0 | 0.73 | 0.01 | 0.02 | 300.66 | 0.95 | 0.62 |
| Hex | FA | 44 | F8 | 0 | 49 | 1 | 2 | 12D | 5F | 3E |
| Octal | 372 | 104 | 370 | 0 | 111 | 1 | 2 | 455 | 137 | 76 |
| Binary | 11111010 | 1000100 | 11111000 | 0 | 1001001 | 1 | 10 | 100101101 | 1011111 | 111110 |
Color Harmonies of #FA44F8
Complementary color
Monochromatic Colors of #FA44F8
Black with #FA44F8
Text Example
Text Example
White with #FA44F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA44F8; }
p { color: rgb(250,68,248); }
H1.HeaderClassName
{
color: #FA44F8;
}
.AnyTagClassName
{
color: #FA44F8;
}
</style>
background-color css
<style>
a { background-color: #FA44F8; }
a { background-color: rgb(250,68,248); }
div.DivClassName
{
background-color: #FA44F8;
}
.BgClassName
{
background-color: #FA44F8;
}
</style>
border-color css
<style>
span { border-color: #FA44F8; }
span { border-color: rgb(250,68,248); }
td.TdClassName
{
border-color: #FA44F8;
}
.TagClassName
{
border-color: #FA44F8;
}
</style>