Shades of Pink Flamingo #FC4BF1
Tints of Pink Flamingo #FC4BF1
RGB
CMYK
RGB Variations
Color information
#FC4BF1 (or 0xFC4BF1) is known color: Pink Flamingo. HEX triplet: FC, 4B and F1. RGB value is (252,75,241). Sum of RGB (Red+Green+Blue) = 252+75+241=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 75 (29.69% from 255 or 13.20% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4BF1 is #03B40E. Grayscale: #929292. Windows color (decimal): -242703 or 15813628. OLE color: 15813628.
HSL color Cylindrical-coordinate representation of color #FC4BF1: hue angle of 303.73º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4BF1 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 241 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.01 |
| HSL | 303.73º | 0.97% | 0.64% | - |
| HSV(B) | 303.73º | 0.7% | 0.99% | - |
| XYZ | 58.54 | 32.08 | 86.33 | - |
| YUV | 146.85 | 181.14 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 241 | 0 | 0.70 | 0.04 | 0.01 | 303.73 | 0.97 | 0.64 |
| Hex | FC | 4B | F1 | 0 | 46 | 4 | 1 | 130 | 61 | 40 |
| Octal | 374 | 113 | 361 | 0 | 106 | 4 | 1 | 460 | 141 | 100 |
| Binary | 11111100 | 1001011 | 11110001 | 0 | 1000110 | 100 | 1 | 100110000 | 1100001 | 1000000 |
Color Harmonies of #FC4BF1
Complementary color
Monochromatic Colors of #FC4BF1
Black with #FC4BF1
Text Example
Text Example
White with #FC4BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4BF1; }
p { color: rgb(252,75,241); }
H1.HeaderClassName
{
color: #FC4BF1;
}
.AnyTagClassName
{
color: #FC4BF1;
}
</style>
background-color css
<style>
a { background-color: #FC4BF1; }
a { background-color: rgb(252,75,241); }
div.DivClassName
{
background-color: #FC4BF1;
}
.BgClassName
{
background-color: #FC4BF1;
}
</style>
border-color css
<style>
span { border-color: #FC4BF1; }
span { border-color: rgb(252,75,241); }
td.TdClassName
{
border-color: #FC4BF1;
}
.TagClassName
{
border-color: #FC4BF1;
}
</style>