Shades of Pink Flamingo #FC4DF1
Tints of Pink Flamingo #FC4DF1
RGB
CMYK
RGB Variations
Color information
#FC4DF1 (or 0xFC4DF1) is known color: Pink Flamingo. HEX triplet: FC, 4D and F1. RGB value is (252,77,241). Sum of RGB (Red+Green+Blue) = 252+77+241=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 77 (30.47% from 255 or 13.51% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4DF1 is #03B20E. Grayscale: #939393. Windows color (decimal): -242191 or 15814140. OLE color: 15814140.
HSL color Cylindrical-coordinate representation of color #FC4DF1: hue angle of 303.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4DF1 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 241 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.01 |
| HSL | 303.77º | 0.97% | 0.65% | - |
| HSV(B) | 303.77º | 0.69% | 0.99% | - |
| XYZ | 58.68 | 32.35 | 86.37 | - |
| YUV | 148.02 | 180.48 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 241 | 0 | 0.69 | 0.04 | 0.01 | 303.77 | 0.97 | 0.65 |
| Hex | FC | 4D | F1 | 0 | 45 | 4 | 1 | 130 | 61 | 41 |
| Octal | 374 | 115 | 361 | 0 | 105 | 4 | 1 | 460 | 141 | 101 |
| Binary | 11111100 | 1001101 | 11110001 | 0 | 1000101 | 100 | 1 | 100110000 | 1100001 | 1000001 |
Color Harmonies of #FC4DF1
Complementary color
Monochromatic Colors of #FC4DF1
Black with #FC4DF1
Text Example
Text Example
White with #FC4DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DF1; }
p { color: rgb(252,77,241); }
H1.HeaderClassName
{
color: #FC4DF1;
}
.AnyTagClassName
{
color: #FC4DF1;
}
</style>
background-color css
<style>
a { background-color: #FC4DF1; }
a { background-color: rgb(252,77,241); }
div.DivClassName
{
background-color: #FC4DF1;
}
.BgClassName
{
background-color: #FC4DF1;
}
</style>
border-color css
<style>
span { border-color: #FC4DF1; }
span { border-color: rgb(252,77,241); }
td.TdClassName
{
border-color: #FC4DF1;
}
.TagClassName
{
border-color: #FC4DF1;
}
</style>