Shades of Pink Flamingo #FC67FF
Tints of Pink Flamingo #FC67FF
RGB
CMYK
RGB Variations
Color information
#FC67FF (or 0xFC67FF) is known color: Pink Flamingo. HEX triplet: FC, 67 and FF. RGB value is (252,103,255). Sum of RGB (Red+Green+Blue) = 252+103+255=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 103 (40.62% from 255 or 16.89% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC67FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC67FF is #039800. Grayscale: #A4A4A4. Windows color (decimal): -235521 or 16738300. OLE color: 16738300.
HSL color Cylindrical-coordinate representation of color #FC67FF: hue angle of 298.82º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC67FF is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 103 | 255 | - |
| CMYK | 0.01 | 0.60 | 0 | 0 |
| HSL | 298.82º | 1% | 0.7% | - |
| HSV(B) | 298.82º | 0.6% | 1% | - |
| XYZ | 63.05 | 37.62 | 98.55 | - |
| YUV | 164.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 255 | 0.01 | 0.60 | 0 | 0 | 298.82 | 1 | 0.7 |
| Hex | FC | 67 | FF | 1 | 3C | 0 | 0 | 12B | 64 | 46 |
| Octal | 374 | 147 | 377 | 1 | 74 | 0 | 0 | 453 | 144 | 106 |
| Binary | 11111100 | 1100111 | 11111111 | 1 | 111100 | 0 | 0 | 100101011 | 1100100 | 1000110 |
Color Harmonies of #FC67FF
Complementary color
Monochromatic Colors of #FC67FF
Black with #FC67FF
Text Example
Text Example
White with #FC67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67FF; }
p { color: rgb(252,103,255); }
H1.HeaderClassName
{
color: #FC67FF;
}
.AnyTagClassName
{
color: #FC67FF;
}
</style>
background-color css
<style>
a { background-color: #FC67FF; }
a { background-color: rgb(252,103,255); }
div.DivClassName
{
background-color: #FC67FF;
}
.BgClassName
{
background-color: #FC67FF;
}
</style>
border-color css
<style>
span { border-color: #FC67FF; }
span { border-color: rgb(252,103,255); }
td.TdClassName
{
border-color: #FC67FF;
}
.TagClassName
{
border-color: #FC67FF;
}
</style>