Shades of Pink Flamingo #FA54F4
Tints of Pink Flamingo #FA54F4
RGB
CMYK
RGB Variations
Color information
#FA54F4 (or 0xFA54F4) is known color: Pink Flamingo. HEX triplet: FA, 54 and F4. RGB value is (250,84,244). Sum of RGB (Red+Green+Blue) = 250+84+244=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 84 (33.20% from 255 or 14.53% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA54F4 is #05AB0B. Grayscale: #979797. Windows color (decimal): -371468 or 16012538. OLE color: 16012538.
HSL color Cylindrical-coordinate representation of color #FA54F4: hue angle of 302.17º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA54F4 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 244 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.02 |
| HSL | 302.17º | 0.94% | 0.65% | - |
| HSV(B) | 302.17º | 0.66% | 0.98% | - |
| XYZ | 58.92 | 33.2 | 88.89 | - |
| YUV | 151.87 | 180 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 244 | 0 | 0.66 | 0.02 | 0.02 | 302.17 | 0.94 | 0.65 |
| Hex | FA | 54 | F4 | 0 | 42 | 2 | 2 | 12E | 5E | 41 |
| Octal | 372 | 124 | 364 | 0 | 102 | 2 | 2 | 456 | 136 | 101 |
| Binary | 11111010 | 1010100 | 11110100 | 0 | 1000010 | 10 | 10 | 100101110 | 1011110 | 1000001 |
Color Harmonies of #FA54F4
Complementary color
Monochromatic Colors of #FA54F4
Black with #FA54F4
Text Example
Text Example
White with #FA54F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA54F4; }
p { color: rgb(250,84,244); }
H1.HeaderClassName
{
color: #FA54F4;
}
.AnyTagClassName
{
color: #FA54F4;
}
</style>
background-color css
<style>
a { background-color: #FA54F4; }
a { background-color: rgb(250,84,244); }
div.DivClassName
{
background-color: #FA54F4;
}
.BgClassName
{
background-color: #FA54F4;
}
</style>
border-color css
<style>
span { border-color: #FA54F4; }
span { border-color: rgb(250,84,244); }
td.TdClassName
{
border-color: #FA54F4;
}
.TagClassName
{
border-color: #FA54F4;
}
</style>