Shades of Pink Flamingo #FC67EE
Tints of Pink Flamingo #FC67EE
RGB
CMYK
RGB Variations
Color information
#FC67EE (or 0xFC67EE) is known color: Pink Flamingo. HEX triplet: FC, 67 and EE. RGB value is (252,103,238). Sum of RGB (Red+Green+Blue) = 252+103+238=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 103 (40.62% from 255 or 17.37% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC67EE is #039811. Grayscale: #A2A2A2. Windows color (decimal): -235538 or 15624188. OLE color: 15624188.
HSL color Cylindrical-coordinate representation of color #FC67EE: hue angle of 305.64º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC67EE is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 238 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.01 |
| HSL | 305.64º | 0.96% | 0.7% | - |
| HSV(B) | 305.64º | 0.59% | 0.99% | - |
| XYZ | 60.43 | 36.57 | 84.76 | - |
| YUV | 162.94 | 170.36 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 238 | 0 | 0.59 | 0.06 | 0.01 | 305.64 | 0.96 | 0.7 |
| Hex | FC | 67 | EE | 0 | 3B | 6 | 1 | 132 | 60 | 46 |
| Octal | 374 | 147 | 356 | 0 | 73 | 6 | 1 | 462 | 140 | 106 |
| Binary | 11111100 | 1100111 | 11101110 | 0 | 111011 | 110 | 1 | 100110010 | 1100000 | 1000110 |
Color Harmonies of #FC67EE
Complementary color
Monochromatic Colors of #FC67EE
Black with #FC67EE
Text Example
Text Example
White with #FC67EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67EE; }
p { color: rgb(252,103,238); }
H1.HeaderClassName
{
color: #FC67EE;
}
.AnyTagClassName
{
color: #FC67EE;
}
</style>
background-color css
<style>
a { background-color: #FC67EE; }
a { background-color: rgb(252,103,238); }
div.DivClassName
{
background-color: #FC67EE;
}
.BgClassName
{
background-color: #FC67EE;
}
</style>
border-color css
<style>
span { border-color: #FC67EE; }
span { border-color: rgb(252,103,238); }
td.TdClassName
{
border-color: #FC67EE;
}
.TagClassName
{
border-color: #FC67EE;
}
</style>