Shades of Pink Flamingo #FC4FFB
Tints of Pink Flamingo #FC4FFB
RGB
CMYK
RGB Variations
Color information
#FC4FFB (or 0xFC4FFB) is known color: Pink Flamingo. HEX triplet: FC, 4F and FB. RGB value is (252,79,251). Sum of RGB (Red+Green+Blue) = 252+79+251=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 79 (31.25% from 255 or 13.57% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4FFB is #03B004. Grayscale: #959595. Windows color (decimal): -241669 or 16470012. OLE color: 16470012.
HSL color Cylindrical-coordinate representation of color #FC4FFB: hue angle of 300.35º 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 #FC4FFB is Cyan = 0, Magento = 0.69, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 79 | 251 | - |
| CMYK | 0 | 0.69 | 0.00 | 0.01 |
| HSL | 300.35º | 0.97% | 0.65% | - |
| HSV(B) | 300.35º | 0.69% | 0.99% | - |
| XYZ | 60.35 | 33.25 | 94.5 | - |
| YUV | 150.34 | 184.81 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 79 | 251 | 0 | 0.69 | 0.00 | 0.01 | 300.35 | 0.97 | 0.65 |
| Hex | FC | 4F | FB | 0 | 45 | 0 | 1 | 12C | 61 | 41 |
| Octal | 374 | 117 | 373 | 0 | 105 | 0 | 1 | 454 | 141 | 101 |
| Binary | 11111100 | 1001111 | 11111011 | 0 | 1000101 | 0 | 1 | 100101100 | 1100001 | 1000001 |
Color Harmonies of #FC4FFB
Complementary color
Monochromatic Colors of #FC4FFB
Black with #FC4FFB
Text Example
Text Example
White with #FC4FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4FFB; }
p { color: rgb(252,79,251); }
H1.HeaderClassName
{
color: #FC4FFB;
}
.AnyTagClassName
{
color: #FC4FFB;
}
</style>
background-color css
<style>
a { background-color: #FC4FFB; }
a { background-color: rgb(252,79,251); }
div.DivClassName
{
background-color: #FC4FFB;
}
.BgClassName
{
background-color: #FC4FFB;
}
</style>
border-color css
<style>
span { border-color: #FC4FFB; }
span { border-color: rgb(252,79,251); }
td.TdClassName
{
border-color: #FC4FFB;
}
.TagClassName
{
border-color: #FC4FFB;
}
</style>