Shades of Pink Flamingo #FC5CF5
Tints of Pink Flamingo #FC5CF5
RGB
CMYK
RGB Variations
Color information
#FC5CF5 (or 0xFC5CF5) is known color: Pink Flamingo. HEX triplet: FC, 5C and F5. RGB value is (252,92,245). Sum of RGB (Red+Green+Blue) = 252+92+245=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 92 (36.33% from 255 or 15.62% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CF5 is #03A30A. Grayscale: #9C9C9C. Windows color (decimal): -238347 or 16080124. OLE color: 16080124.
HSL color Cylindrical-coordinate representation of color #FC5CF5: hue angle of 302.62º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5CF5 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 245 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.01 |
| HSL | 302.63º | 0.96% | 0.67% | - |
| HSV(B) | 302.63º | 0.63% | 0.99% | - |
| XYZ | 60.45 | 34.94 | 89.94 | - |
| YUV | 157.28 | 177.51 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 245 | 0 | 0.63 | 0.03 | 0.01 | 302.63 | 0.96 | 0.67 |
| Hex | FC | 5C | F5 | 0 | 3F | 3 | 1 | 12F | 60 | 43 |
| Octal | 374 | 134 | 365 | 0 | 77 | 3 | 1 | 457 | 140 | 103 |
| Binary | 11111100 | 1011100 | 11110101 | 0 | 111111 | 11 | 1 | 100101111 | 1100000 | 1000011 |
Color Harmonies of #FC5CF5
Complementary color
Monochromatic Colors of #FC5CF5
Black with #FC5CF5
Text Example
Text Example
White with #FC5CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CF5; }
p { color: rgb(252,92,245); }
H1.HeaderClassName
{
color: #FC5CF5;
}
.AnyTagClassName
{
color: #FC5CF5;
}
</style>
background-color css
<style>
a { background-color: #FC5CF5; }
a { background-color: rgb(252,92,245); }
div.DivClassName
{
background-color: #FC5CF5;
}
.BgClassName
{
background-color: #FC5CF5;
}
</style>
border-color css
<style>
span { border-color: #FC5CF5; }
span { border-color: rgb(252,92,245); }
td.TdClassName
{
border-color: #FC5CF5;
}
.TagClassName
{
border-color: #FC5CF5;
}
</style>