Shades of Pink Flamingo #FC5EF5
Tints of Pink Flamingo #FC5EF5
RGB
CMYK
RGB Variations
Color information
#FC5EF5 (or 0xFC5EF5) is known color: Pink Flamingo. HEX triplet: FC, 5E and F5. RGB value is (252,94,245). Sum of RGB (Red+Green+Blue) = 252+94+245=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 94 (37.11% from 255 or 15.91% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5EF5 is #03A10A. Grayscale: #9E9E9E. Windows color (decimal): -237835 or 16080636. OLE color: 16080636.
HSL color Cylindrical-coordinate representation of color #FC5EF5: hue angle of 302.66º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5EF5 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 245 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.01 |
| HSL | 302.66º | 0.96% | 0.68% | - |
| HSV(B) | 302.66º | 0.63% | 0.99% | - |
| XYZ | 60.63 | 35.29 | 90 | - |
| YUV | 158.46 | 176.85 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 245 | 0 | 0.63 | 0.03 | 0.01 | 302.66 | 0.96 | 0.68 |
| Hex | FC | 5E | F5 | 0 | 3F | 3 | 1 | 12F | 60 | 44 |
| Octal | 374 | 136 | 365 | 0 | 77 | 3 | 1 | 457 | 140 | 104 |
| Binary | 11111100 | 1011110 | 11110101 | 0 | 111111 | 11 | 1 | 100101111 | 1100000 | 1000100 |
Color Harmonies of #FC5EF5
Complementary color
Monochromatic Colors of #FC5EF5
Black with #FC5EF5
Text Example
Text Example
White with #FC5EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5EF5; }
p { color: rgb(252,94,245); }
H1.HeaderClassName
{
color: #FC5EF5;
}
.AnyTagClassName
{
color: #FC5EF5;
}
</style>
background-color css
<style>
a { background-color: #FC5EF5; }
a { background-color: rgb(252,94,245); }
div.DivClassName
{
background-color: #FC5EF5;
}
.BgClassName
{
background-color: #FC5EF5;
}
</style>
border-color css
<style>
span { border-color: #FC5EF5; }
span { border-color: rgb(252,94,245); }
td.TdClassName
{
border-color: #FC5EF5;
}
.TagClassName
{
border-color: #FC5EF5;
}
</style>