Shades of Pink Flamingo #FC60EE
Tints of Pink Flamingo #FC60EE
RGB
CMYK
RGB Variations
Color information
#FC60EE (or 0xFC60EE) is known color: Pink Flamingo. HEX triplet: FC, 60 and EE. RGB value is (252,96,238). Sum of RGB (Red+Green+Blue) = 252+96+238=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 96 (37.89% from 255 or 16.38% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FC60EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC60EE is #039F11. Grayscale: #9E9E9E. Windows color (decimal): -237330 or 15622396. OLE color: 15622396.
HSL color Cylindrical-coordinate representation of color #FC60EE: hue angle of 305.38º 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 #FC60EE is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 238 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.01 |
| HSL | 305.38º | 0.96% | 0.68% | - |
| HSV(B) | 305.38º | 0.62% | 0.99% | - |
| XYZ | 59.76 | 35.23 | 84.54 | - |
| YUV | 158.83 | 172.68 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 238 | 0 | 0.62 | 0.06 | 0.01 | 305.38 | 0.96 | 0.68 |
| Hex | FC | 60 | EE | 0 | 3E | 6 | 1 | 131 | 60 | 44 |
| Octal | 374 | 140 | 356 | 0 | 76 | 6 | 1 | 461 | 140 | 104 |
| Binary | 11111100 | 1100000 | 11101110 | 0 | 111110 | 110 | 1 | 100110001 | 1100000 | 1000100 |
Color Harmonies of #FC60EE
Complementary color
Monochromatic Colors of #FC60EE
Black with #FC60EE
Text Example
Text Example
White with #FC60EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC60EE; }
p { color: rgb(252,96,238); }
H1.HeaderClassName
{
color: #FC60EE;
}
.AnyTagClassName
{
color: #FC60EE;
}
</style>
background-color css
<style>
a { background-color: #FC60EE; }
a { background-color: rgb(252,96,238); }
div.DivClassName
{
background-color: #FC60EE;
}
.BgClassName
{
background-color: #FC60EE;
}
</style>
border-color css
<style>
span { border-color: #FC60EE; }
span { border-color: rgb(252,96,238); }
td.TdClassName
{
border-color: #FC60EE;
}
.TagClassName
{
border-color: #FC60EE;
}
</style>