Shades of Pink Flamingo #FC4BFA
Tints of Pink Flamingo #FC4BFA
RGB
CMYK
RGB Variations
Color information
#FC4BFA (or 0xFC4BFA) is known color: Pink Flamingo. HEX triplet: FC, 4B and FA. RGB value is (252,75,250). Sum of RGB (Red+Green+Blue) = 252+75+250=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 75 (29.69% from 255 or 13.00% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4BFA is #03B405. Grayscale: #939393. Windows color (decimal): -242694 or 16403452. OLE color: 16403452.
HSL color Cylindrical-coordinate representation of color #FC4BFA: hue angle of 300.68º 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 #FC4BFA is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 250 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.01 |
| HSL | 300.68º | 0.97% | 0.64% | - |
| HSV(B) | 300.68º | 0.7% | 0.99% | - |
| XYZ | 59.92 | 32.63 | 93.58 | - |
| YUV | 147.87 | 185.64 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 250 | 0 | 0.70 | 0.01 | 0.01 | 300.68 | 0.97 | 0.64 |
| Hex | FC | 4B | FA | 0 | 46 | 1 | 1 | 12D | 61 | 40 |
| Octal | 374 | 113 | 372 | 0 | 106 | 1 | 1 | 455 | 141 | 100 |
| Binary | 11111100 | 1001011 | 11111010 | 0 | 1000110 | 1 | 1 | 100101101 | 1100001 | 1000000 |
Color Harmonies of #FC4BFA
Complementary color
Monochromatic Colors of #FC4BFA
Black with #FC4BFA
Text Example
Text Example
White with #FC4BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4BFA; }
p { color: rgb(252,75,250); }
H1.HeaderClassName
{
color: #FC4BFA;
}
.AnyTagClassName
{
color: #FC4BFA;
}
</style>
background-color css
<style>
a { background-color: #FC4BFA; }
a { background-color: rgb(252,75,250); }
div.DivClassName
{
background-color: #FC4BFA;
}
.BgClassName
{
background-color: #FC4BFA;
}
</style>
border-color css
<style>
span { border-color: #FC4BFA; }
span { border-color: rgb(252,75,250); }
td.TdClassName
{
border-color: #FC4BFA;
}
.TagClassName
{
border-color: #FC4BFA;
}
</style>