Shades of Pink Flamingo #FA4DF2
Tints of Pink Flamingo #FA4DF2
RGB
CMYK
RGB Variations
Color information
#FA4DF2 (or 0xFA4DF2) is known color: Pink Flamingo. HEX triplet: FA, 4D and F2. RGB value is (250,77,242). Sum of RGB (Red+Green+Blue) = 250+77+242=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 77 (30.47% from 255 or 13.53% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DF2 is #05B20D. Grayscale: #939393. Windows color (decimal): -373262 or 15879674. OLE color: 15879674.
HSL color Cylindrical-coordinate representation of color #FA4DF2: hue angle of 302.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DF2 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 242 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.02 |
| HSL | 302.77º | 0.95% | 0.64% | - |
| HSV(B) | 302.77º | 0.69% | 0.98% | - |
| XYZ | 58.11 | 32.04 | 87.13 | - |
| YUV | 147.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 242 | 0 | 0.69 | 0.03 | 0.02 | 302.77 | 0.95 | 0.64 |
| Hex | FA | 4D | F2 | 0 | 45 | 3 | 2 | 12F | 5F | 40 |
| Octal | 372 | 115 | 362 | 0 | 105 | 3 | 2 | 457 | 137 | 100 |
| Binary | 11111010 | 1001101 | 11110010 | 0 | 1000101 | 11 | 10 | 100101111 | 1011111 | 1000000 |
Color Harmonies of #FA4DF2
Complementary color
Monochromatic Colors of #FA4DF2
Black with #FA4DF2
Text Example
Text Example
White with #FA4DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DF2; }
p { color: rgb(250,77,242); }
H1.HeaderClassName
{
color: #FA4DF2;
}
.AnyTagClassName
{
color: #FA4DF2;
}
</style>
background-color css
<style>
a { background-color: #FA4DF2; }
a { background-color: rgb(250,77,242); }
div.DivClassName
{
background-color: #FA4DF2;
}
.BgClassName
{
background-color: #FA4DF2;
}
</style>
border-color css
<style>
span { border-color: #FA4DF2; }
span { border-color: rgb(250,77,242); }
td.TdClassName
{
border-color: #FA4DF2;
}
.TagClassName
{
border-color: #FA4DF2;
}
</style>