Shades of Pink Flamingo #FC5FFB
Tints of Pink Flamingo #FC5FFB
RGB
CMYK
RGB Variations
Color information
#FC5FFB (or 0xFC5FFB) is known color: Pink Flamingo. HEX triplet: FC, 5F and FB. RGB value is (252,95,251). Sum of RGB (Red+Green+Blue) = 252+95+251=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 95 (37.5% from 255 or 15.89% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5FFB is #03A004. Grayscale: #9F9F9F. Windows color (decimal): -237573 or 16474108. OLE color: 16474108.
HSL color Cylindrical-coordinate representation of color #FC5FFB: hue angle of 300.38º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC5FFB is Cyan = 0, Magento = 0.62, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 95 | 251 | - |
| CMYK | 0 | 0.62 | 0.00 | 0.01 |
| HSL | 300.38º | 0.96% | 0.68% | - |
| HSV(B) | 300.38º | 0.62% | 0.99% | - |
| XYZ | 61.65 | 35.84 | 94.94 | - |
| YUV | 159.73 | 179.51 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 95 | 251 | 0 | 0.62 | 0.00 | 0.01 | 300.38 | 0.96 | 0.68 |
| Hex | FC | 5F | FB | 0 | 3E | 0 | 1 | 12C | 60 | 44 |
| Octal | 374 | 137 | 373 | 0 | 76 | 0 | 1 | 454 | 140 | 104 |
| Binary | 11111100 | 1011111 | 11111011 | 0 | 111110 | 0 | 1 | 100101100 | 1100000 | 1000100 |
Color Harmonies of #FC5FFB
Complementary color
Monochromatic Colors of #FC5FFB
Black with #FC5FFB
Text Example
Text Example
White with #FC5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5FFB; }
p { color: rgb(252,95,251); }
H1.HeaderClassName
{
color: #FC5FFB;
}
.AnyTagClassName
{
color: #FC5FFB;
}
</style>
background-color css
<style>
a { background-color: #FC5FFB; }
a { background-color: rgb(252,95,251); }
div.DivClassName
{
background-color: #FC5FFB;
}
.BgClassName
{
background-color: #FC5FFB;
}
</style>
border-color css
<style>
span { border-color: #FC5FFB; }
span { border-color: rgb(252,95,251); }
td.TdClassName
{
border-color: #FC5FFB;
}
.TagClassName
{
border-color: #FC5FFB;
}
</style>