Shades of Pink Flamingo #FC62E6
Tints of Pink Flamingo #FC62E6
RGB
CMYK
RGB Variations
Color information
#FC62E6 (or 0xFC62E6) is known color: Pink Flamingo. HEX triplet: FC, 62 and E6. RGB value is (252,98,230). Sum of RGB (Red+Green+Blue) = 252+98+230=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 98 (38.67% from 255 or 16.90% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC62E6 is #039D19. Grayscale: #9E9E9E. Windows color (decimal): -236826 or 15098620. OLE color: 15098620.
HSL color Cylindrical-coordinate representation of color #FC62E6: hue angle of 308.57º 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 #FC62E6 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 230 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.01 |
| HSL | 308.57º | 0.96% | 0.69% | - |
| HSV(B) | 308.57º | 0.61% | 0.99% | - |
| XYZ | 58.8 | 35.14 | 78.55 | - |
| YUV | 159.09 | 168.02 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 230 | 0 | 0.61 | 0.09 | 0.01 | 308.57 | 0.96 | 0.69 |
| Hex | FC | 62 | E6 | 0 | 3D | 9 | 1 | 135 | 60 | 45 |
| Octal | 374 | 142 | 346 | 0 | 75 | 11 | 1 | 465 | 140 | 105 |
| Binary | 11111100 | 1100010 | 11100110 | 0 | 111101 | 1001 | 1 | 100110101 | 1100000 | 1000101 |
Color Harmonies of #FC62E6
Complementary color
Monochromatic Colors of #FC62E6
Black with #FC62E6
Text Example
Text Example
White with #FC62E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC62E6; }
p { color: rgb(252,98,230); }
H1.HeaderClassName
{
color: #FC62E6;
}
.AnyTagClassName
{
color: #FC62E6;
}
</style>
background-color css
<style>
a { background-color: #FC62E6; }
a { background-color: rgb(252,98,230); }
div.DivClassName
{
background-color: #FC62E6;
}
.BgClassName
{
background-color: #FC62E6;
}
</style>
border-color css
<style>
span { border-color: #FC62E6; }
span { border-color: rgb(252,98,230); }
td.TdClassName
{
border-color: #FC62E6;
}
.TagClassName
{
border-color: #FC62E6;
}
</style>