Shades of Pink Flamingo #FC5EFC
Tints of Pink Flamingo #FC5EFC
RGB
CMYK
RGB Variations
Color information
#FC5EFC (or 0xFC5EFC) is known color: Pink Flamingo. HEX triplet: FC, 5E and FC. RGB value is (252,94,252). Sum of RGB (Red+Green+Blue) = 252+94+252=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 94 (37.11% from 255 or 15.72% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC5EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5EFC is #03A103. Grayscale: #9E9E9E. Windows color (decimal): -237828 or 16539388. OLE color: 16539388.
HSL color Cylindrical-coordinate representation of color #FC5EFC: hue angle of 300º 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 #FC5EFC is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 94 | 252 | - |
CMYK | 0 | 0.63 | 0 | 0.01 |
HSL | 300º | 0.96% | 0.68% | - |
HSV(B) | 300º | 0.63% | 0.99% | - |
XYZ | 61.72 | 35.73 | 95.74 | - |
YUV | 159.25 | 180.35 | 194.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 94 | 252 | 0 | 0.63 | 0 | 0.01 | 300 | 0.96 | 0.68 |
Hex | FC | 5E | FC | 0 | 3F | 0 | 1 | 12C | 60 | 44 |
Octal | 374 | 136 | 374 | 0 | 77 | 0 | 1 | 454 | 140 | 104 |
Binary | 11111100 | 1011110 | 11111100 | 0 | 111111 | 0 | 1 | 100101100 | 1100000 | 1000100 |
Color Harmonies of #FC5EFC
Complementary color
Monochromatic Colors of #FC5EFC
Black with #FC5EFC
Text Example
Text Example
White with #FC5EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5EFC; }
p { color: rgb(252,94,252); }
H1.HeaderClassName
{
color: #FC5EFC;
}
.AnyTagClassName
{
color: #FC5EFC;
}
</style>
background-color css
<style>
a { background-color: #FC5EFC; }
a { background-color: rgb(252,94,252); }
div.DivClassName
{
background-color: #FC5EFC;
}
.BgClassName
{
background-color: #FC5EFC;
}
</style>
border-color css
<style>
span { border-color: #FC5EFC; }
span { border-color: rgb(252,94,252); }
td.TdClassName
{
border-color: #FC5EFC;
}
.TagClassName
{
border-color: #FC5EFC;
}
</style>