Shades of Pink Flamingo #FC4FED
Tints of Pink Flamingo #FC4FED
RGB
CMYK
RGB Variations
Color information
#FC4FED (or 0xFC4FED) is known color: Pink Flamingo. HEX triplet: FC, 4F and ED. RGB value is (252,79,237). Sum of RGB (Red+Green+Blue) = 252+79+237=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 79 (31.25% from 255 or 13.91% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4FED is #03B012. Grayscale: #949494. Windows color (decimal): -241683 or 15552508. OLE color: 15552508.
HSL color Cylindrical-coordinate representation of color #FC4FED: hue angle of 305.2º 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 #FC4FED is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 79 | 237 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.01 |
| HSL | 305.2º | 0.97% | 0.65% | - |
| HSV(B) | 305.2º | 0.69% | 0.99% | - |
| XYZ | 58.23 | 32.4 | 83.31 | - |
| YUV | 148.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 79 | 237 | 0 | 0.69 | 0.06 | 0.01 | 305.2 | 0.97 | 0.65 |
| Hex | FC | 4F | ED | 0 | 45 | 6 | 1 | 131 | 61 | 41 |
| Octal | 374 | 117 | 355 | 0 | 105 | 6 | 1 | 461 | 141 | 101 |
| Binary | 11111100 | 1001111 | 11101101 | 0 | 1000101 | 110 | 1 | 100110001 | 1100001 | 1000001 |
Color Harmonies of #FC4FED
Complementary color
Monochromatic Colors of #FC4FED
Black with #FC4FED
Text Example
Text Example
White with #FC4FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4FED; }
p { color: rgb(252,79,237); }
H1.HeaderClassName
{
color: #FC4FED;
}
.AnyTagClassName
{
color: #FC4FED;
}
</style>
background-color css
<style>
a { background-color: #FC4FED; }
a { background-color: rgb(252,79,237); }
div.DivClassName
{
background-color: #FC4FED;
}
.BgClassName
{
background-color: #FC4FED;
}
</style>
border-color css
<style>
span { border-color: #FC4FED; }
span { border-color: rgb(252,79,237); }
td.TdClassName
{
border-color: #FC4FED;
}
.TagClassName
{
border-color: #FC4FED;
}
</style>