Shades of Pink Flamingo #FC44FF
Tints of Pink Flamingo #FC44FF
RGB
CMYK
RGB Variations
Color information
#FC44FF (or 0xFC44FF) is known color: Pink Flamingo. HEX triplet: FC, 44 and FF. RGB value is (252,68,255). Sum of RGB (Red+Green+Blue) = 252+68+255=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 68 (26.95% from 255 or 11.83% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC44FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC44FF is #03BB00. Grayscale: #8F8F8F. Windows color (decimal): -244481 or 16729340. OLE color: 16729340.
HSL color Cylindrical-coordinate representation of color #FC44FF: hue angle of 299.04º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC44FF is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 68 | 255 | - |
| CMYK | 0.01 | 0.73 | 0 | 0 |
| HSL | 299.04º | 1% | 0.63% | - |
| HSV(B) | 299.04º | 0.73% | 1% | - |
| XYZ | 60.26 | 32.05 | 97.62 | - |
| YUV | 144.33 | 190.46 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 255 | 0.01 | 0.73 | 0 | 0 | 299.04 | 1 | 0.63 |
| Hex | FC | 44 | FF | 1 | 49 | 0 | 0 | 12B | 64 | 3F |
| Octal | 374 | 104 | 377 | 1 | 111 | 0 | 0 | 453 | 144 | 77 |
| Binary | 11111100 | 1000100 | 11111111 | 1 | 1001001 | 0 | 0 | 100101011 | 1100100 | 111111 |
Color Harmonies of #FC44FF
Complementary color
Monochromatic Colors of #FC44FF
Black with #FC44FF
Text Example
Text Example
White with #FC44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC44FF; }
p { color: rgb(252,68,255); }
H1.HeaderClassName
{
color: #FC44FF;
}
.AnyTagClassName
{
color: #FC44FF;
}
</style>
background-color css
<style>
a { background-color: #FC44FF; }
a { background-color: rgb(252,68,255); }
div.DivClassName
{
background-color: #FC44FF;
}
.BgClassName
{
background-color: #FC44FF;
}
</style>
border-color css
<style>
span { border-color: #FC44FF; }
span { border-color: rgb(252,68,255); }
td.TdClassName
{
border-color: #FC44FF;
}
.TagClassName
{
border-color: #FC44FF;
}
</style>