Shades of Pink Flamingo #FC62E5
Tints of Pink Flamingo #FC62E5
RGB
CMYK
RGB Variations
Color information
#FC62E5 (or 0xFC62E5) is known color: Pink Flamingo. HEX triplet: FC, 62 and E5. RGB value is (252,98,229). Sum of RGB (Red+Green+Blue) = 252+98+229=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 98 (38.67% from 255 or 16.93% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC62E5 is #039D1A. Grayscale: #9E9E9E. Windows color (decimal): -236827 or 15033084. OLE color: 15033084.
HSL color Cylindrical-coordinate representation of color #FC62E5: hue angle of 308.96º 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 #FC62E5 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 229 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.01 |
| HSL | 308.96º | 0.96% | 0.69% | - |
| HSV(B) | 308.96º | 0.61% | 0.99% | - |
| XYZ | 58.66 | 35.09 | 77.81 | - |
| YUV | 158.98 | 167.52 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 229 | 0 | 0.61 | 0.09 | 0.01 | 308.96 | 0.96 | 0.69 |
| Hex | FC | 62 | E5 | 0 | 3D | 9 | 1 | 135 | 60 | 45 |
| Octal | 374 | 142 | 345 | 0 | 75 | 11 | 1 | 465 | 140 | 105 |
| Binary | 11111100 | 1100010 | 11100101 | 0 | 111101 | 1001 | 1 | 100110101 | 1100000 | 1000101 |
Color Harmonies of #FC62E5
Complementary color
Monochromatic Colors of #FC62E5
Black with #FC62E5
Text Example
Text Example
White with #FC62E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC62E5; }
p { color: rgb(252,98,229); }
H1.HeaderClassName
{
color: #FC62E5;
}
.AnyTagClassName
{
color: #FC62E5;
}
</style>
background-color css
<style>
a { background-color: #FC62E5; }
a { background-color: rgb(252,98,229); }
div.DivClassName
{
background-color: #FC62E5;
}
.BgClassName
{
background-color: #FC62E5;
}
</style>
border-color css
<style>
span { border-color: #FC62E5; }
span { border-color: rgb(252,98,229); }
td.TdClassName
{
border-color: #FC62E5;
}
.TagClassName
{
border-color: #FC62E5;
}
</style>