Shades of Pink Flamingo #FC60EF
Tints of Pink Flamingo #FC60EF
RGB
CMYK
RGB Variations
Color information
#FC60EF (or 0xFC60EF) is known color: Pink Flamingo. HEX triplet: FC, 60 and EF. RGB value is (252,96,239). Sum of RGB (Red+Green+Blue) = 252+96+239=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 96 (37.89% from 255 or 16.35% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC60EF is #039F10. Grayscale: #9E9E9E. Windows color (decimal): -237329 or 15687932. OLE color: 15687932.
HSL color Cylindrical-coordinate representation of color #FC60EF: hue angle of 305º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC60EF is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 239 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.01 |
| HSL | 305º | 0.96% | 0.68% | - |
| HSV(B) | 305º | 0.62% | 0.99% | - |
| XYZ | 59.91 | 35.29 | 85.32 | - |
| YUV | 158.95 | 173.18 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 239 | 0 | 0.62 | 0.05 | 0.01 | 305 | 0.96 | 0.68 |
| Hex | FC | 60 | EF | 0 | 3E | 5 | 1 | 131 | 60 | 44 |
| Octal | 374 | 140 | 357 | 0 | 76 | 5 | 1 | 461 | 140 | 104 |
| Binary | 11111100 | 1100000 | 11101111 | 0 | 111110 | 101 | 1 | 100110001 | 1100000 | 1000100 |
Color Harmonies of #FC60EF
Complementary color
Monochromatic Colors of #FC60EF
Black with #FC60EF
Text Example
Text Example
White with #FC60EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60EF; }
p { color: rgb(252,96,239); }
H1.HeaderClassName
{
color: #FC60EF;
}
.AnyTagClassName
{
color: #FC60EF;
}
</style>
background-color css
<style>
a { background-color: #FC60EF; }
a { background-color: rgb(252,96,239); }
div.DivClassName
{
background-color: #FC60EF;
}
.BgClassName
{
background-color: #FC60EF;
}
</style>
border-color css
<style>
span { border-color: #FC60EF; }
span { border-color: rgb(252,96,239); }
td.TdClassName
{
border-color: #FC60EF;
}
.TagClassName
{
border-color: #FC60EF;
}
</style>