Shades of Pink Flamingo #FC67E6
Tints of Pink Flamingo #FC67E6
RGB
CMYK
RGB Variations
Color information
#FC67E6 (or 0xFC67E6) is known color: Pink Flamingo. HEX triplet: FC, 67 and E6. RGB value is (252,103,230). Sum of RGB (Red+Green+Blue) = 252+103+230=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 103 (40.62% from 255 or 17.61% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC67E6 is #039819. Grayscale: #A1A1A1. Windows color (decimal): -235546 or 15099900. OLE color: 15099900.
HSL color Cylindrical-coordinate representation of color #FC67E6: hue angle of 308.86º 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 #FC67E6 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 230 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.01 |
| HSL | 308.86º | 0.96% | 0.7% | - |
| HSV(B) | 308.86º | 0.59% | 0.99% | - |
| XYZ | 59.28 | 36.11 | 78.71 | - |
| YUV | 162.03 | 166.36 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 230 | 0 | 0.59 | 0.09 | 0.01 | 308.86 | 0.96 | 0.7 |
| Hex | FC | 67 | E6 | 0 | 3B | 9 | 1 | 135 | 60 | 46 |
| Octal | 374 | 147 | 346 | 0 | 73 | 11 | 1 | 465 | 140 | 106 |
| Binary | 11111100 | 1100111 | 11100110 | 0 | 111011 | 1001 | 1 | 100110101 | 1100000 | 1000110 |
Color Harmonies of #FC67E6
Complementary color
Monochromatic Colors of #FC67E6
Black with #FC67E6
Text Example
Text Example
White with #FC67E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67E6; }
p { color: rgb(252,103,230); }
H1.HeaderClassName
{
color: #FC67E6;
}
.AnyTagClassName
{
color: #FC67E6;
}
</style>
background-color css
<style>
a { background-color: #FC67E6; }
a { background-color: rgb(252,103,230); }
div.DivClassName
{
background-color: #FC67E6;
}
.BgClassName
{
background-color: #FC67E6;
}
</style>
border-color css
<style>
span { border-color: #FC67E6; }
span { border-color: rgb(252,103,230); }
td.TdClassName
{
border-color: #FC67E6;
}
.TagClassName
{
border-color: #FC67E6;
}
</style>