Shades of Pink Flamingo #FC44F7
Tints of Pink Flamingo #FC44F7
RGB
CMYK
RGB Variations
Color information
#FC44F7 (or 0xFC44F7) is known color: Pink Flamingo. HEX triplet: FC, 44 and F7. RGB value is (252,68,247). Sum of RGB (Red+Green+Blue) = 252+68+247=567 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.44% from 567); Green value is 68 (26.95% from 255 or 11.99% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 252 - color contains mainly: red. Hex color #FC44F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC44F7 is #03BB08. Grayscale: #8E8E8E. Windows color (decimal): -244489 or 16205052. OLE color: 16205052.
HSL color Cylindrical-coordinate representation of color #FC44F7: hue angle of 301.63º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC44F7 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 247 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.01 |
| HSL | 301.63º | 0.97% | 0.63% | - |
| HSV(B) | 301.63º | 0.73% | 0.99% | - |
| XYZ | 59 | 31.55 | 90.97 | - |
| YUV | 143.42 | 186.46 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 247 | 0 | 0.73 | 0.02 | 0.01 | 301.63 | 0.97 | 0.63 |
| Hex | FC | 44 | F7 | 0 | 49 | 2 | 1 | 12E | 61 | 3F |
| Octal | 374 | 104 | 367 | 0 | 111 | 2 | 1 | 456 | 141 | 77 |
| Binary | 11111100 | 1000100 | 11110111 | 0 | 1001001 | 10 | 1 | 100101110 | 1100001 | 111111 |
Color Harmonies of #FC44F7
Complementary color
Monochromatic Colors of #FC44F7
Black with #FC44F7
Text Example
Text Example
White with #FC44F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC44F7; }
p { color: rgb(252,68,247); }
H1.HeaderClassName
{
color: #FC44F7;
}
.AnyTagClassName
{
color: #FC44F7;
}
</style>
background-color css
<style>
a { background-color: #FC44F7; }
a { background-color: rgb(252,68,247); }
div.DivClassName
{
background-color: #FC44F7;
}
.BgClassName
{
background-color: #FC44F7;
}
</style>
border-color css
<style>
span { border-color: #FC44F7; }
span { border-color: rgb(252,68,247); }
td.TdClassName
{
border-color: #FC44F7;
}
.TagClassName
{
border-color: #FC44F7;
}
</style>