Shades of Pink Flamingo #FA4DF1
Tints of Pink Flamingo #FA4DF1
RGB
CMYK
RGB Variations
Color information
#FA4DF1 (or 0xFA4DF1) is known color: Pink Flamingo. HEX triplet: FA, 4D and F1. RGB value is (250,77,241). Sum of RGB (Red+Green+Blue) = 250+77+241=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 77 (30.47% from 255 or 13.56% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4DF1 is #05B20E. Grayscale: #929292. Windows color (decimal): -373263 or 15814138. OLE color: 15814138.
HSL color Cylindrical-coordinate representation of color #FA4DF1: hue angle of 303.12º 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 #FA4DF1 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 241 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.02 |
| HSL | 303.12º | 0.95% | 0.64% | - |
| HSV(B) | 303.12º | 0.69% | 0.98% | - |
| XYZ | 57.96 | 31.98 | 86.34 | - |
| YUV | 147.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 241 | 0 | 0.69 | 0.04 | 0.02 | 303.12 | 0.95 | 0.64 |
| Hex | FA | 4D | F1 | 0 | 45 | 4 | 2 | 12F | 5F | 40 |
| Octal | 372 | 115 | 361 | 0 | 105 | 4 | 2 | 457 | 137 | 100 |
| Binary | 11111010 | 1001101 | 11110001 | 0 | 1000101 | 100 | 10 | 100101111 | 1011111 | 1000000 |
Color Harmonies of #FA4DF1
Complementary color
Monochromatic Colors of #FA4DF1
Black with #FA4DF1
Text Example
Text Example
White with #FA4DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DF1; }
p { color: rgb(250,77,241); }
H1.HeaderClassName
{
color: #FA4DF1;
}
.AnyTagClassName
{
color: #FA4DF1;
}
</style>
background-color css
<style>
a { background-color: #FA4DF1; }
a { background-color: rgb(250,77,241); }
div.DivClassName
{
background-color: #FA4DF1;
}
.BgClassName
{
background-color: #FA4DF1;
}
</style>
border-color css
<style>
span { border-color: #FA4DF1; }
span { border-color: rgb(250,77,241); }
td.TdClassName
{
border-color: #FA4DF1;
}
.TagClassName
{
border-color: #FA4DF1;
}
</style>