Shades of Pink Flamingo #FC5CFE
Tints of Pink Flamingo #FC5CFE
RGB
CMYK
RGB Variations
Color information
#FC5CFE (or 0xFC5CFE) is known color: Pink Flamingo. HEX triplet: FC, 5C and FE. RGB value is (252,92,254). Sum of RGB (Red+Green+Blue) = 252+92+254=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 92 (36.33% from 255 or 15.38% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC5CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CFE is #03A301. Grayscale: #9D9D9D. Windows color (decimal): -238338 or 16669948. OLE color: 16669948.
HSL color Cylindrical-coordinate representation of color #FC5CFE: hue angle of 299.26º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5CFE is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 92 | 254 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.00 |
| HSL | 299.26º | 0.99% | 0.68% | - |
| HSV(B) | 299.26º | 0.64% | 1% | - |
| XYZ | 61.86 | 35.51 | 97.36 | - |
| YUV | 158.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 254 | 0.01 | 0.64 | 0 | 0.00 | 299.26 | 0.99 | 0.68 |
| Hex | FC | 5C | FE | 1 | 40 | 0 | 0 | 12B | 63 | 44 |
| Octal | 374 | 134 | 376 | 1 | 100 | 0 | 0 | 453 | 143 | 104 |
| Binary | 11111100 | 1011100 | 11111110 | 1 | 1000000 | 0 | 0 | 100101011 | 1100011 | 1000100 |
Color Harmonies of #FC5CFE
Complementary color
Monochromatic Colors of #FC5CFE
Black with #FC5CFE
Text Example
Text Example
White with #FC5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CFE; }
p { color: rgb(252,92,254); }
H1.HeaderClassName
{
color: #FC5CFE;
}
.AnyTagClassName
{
color: #FC5CFE;
}
</style>
background-color css
<style>
a { background-color: #FC5CFE; }
a { background-color: rgb(252,92,254); }
div.DivClassName
{
background-color: #FC5CFE;
}
.BgClassName
{
background-color: #FC5CFE;
}
</style>
border-color css
<style>
span { border-color: #FC5CFE; }
span { border-color: rgb(252,92,254); }
td.TdClassName
{
border-color: #FC5CFE;
}
.TagClassName
{
border-color: #FC5CFE;
}
</style>