Shades of Pink Flamingo #FC62E8
Tints of Pink Flamingo #FC62E8
RGB
CMYK
RGB Variations
Color information
#FC62E8 (or 0xFC62E8) is known color: Pink Flamingo. HEX triplet: FC, 62 and E8. RGB value is (252,98,232). Sum of RGB (Red+Green+Blue) = 252+98+232=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 98 (38.67% from 255 or 16.84% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC62E8 is #039D17. Grayscale: #9E9E9E. Windows color (decimal): -236824 or 15229692. OLE color: 15229692.
HSL color Cylindrical-coordinate representation of color #FC62E8: hue angle of 307.79º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC62E8 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 232 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.01 |
| HSL | 307.79º | 0.96% | 0.69% | - |
| HSV(B) | 307.79º | 0.61% | 0.99% | - |
| XYZ | 59.08 | 35.26 | 80.04 | - |
| YUV | 159.32 | 169.02 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 232 | 0 | 0.61 | 0.08 | 0.01 | 307.79 | 0.96 | 0.69 |
| Hex | FC | 62 | E8 | 0 | 3D | 8 | 1 | 134 | 60 | 45 |
| Octal | 374 | 142 | 350 | 0 | 75 | 10 | 1 | 464 | 140 | 105 |
| Binary | 11111100 | 1100010 | 11101000 | 0 | 111101 | 1000 | 1 | 100110100 | 1100000 | 1000101 |
Color Harmonies of #FC62E8
Complementary color
Monochromatic Colors of #FC62E8
Black with #FC62E8
Text Example
Text Example
White with #FC62E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC62E8; }
p { color: rgb(252,98,232); }
H1.HeaderClassName
{
color: #FC62E8;
}
.AnyTagClassName
{
color: #FC62E8;
}
</style>
background-color css
<style>
a { background-color: #FC62E8; }
a { background-color: rgb(252,98,232); }
div.DivClassName
{
background-color: #FC62E8;
}
.BgClassName
{
background-color: #FC62E8;
}
</style>
border-color css
<style>
span { border-color: #FC62E8; }
span { border-color: rgb(252,98,232); }
td.TdClassName
{
border-color: #FC62E8;
}
.TagClassName
{
border-color: #FC62E8;
}
</style>