Shades of Pink Flamingo #FC50F5
Tints of Pink Flamingo #FC50F5
RGB
CMYK
RGB Variations
Color information
#FC50F5 (or 0xFC50F5) is known color: Pink Flamingo. HEX triplet: FC, 50 and F5. RGB value is (252,80,245). Sum of RGB (Red+Green+Blue) = 252+80+245=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 80 (31.64% from 255 or 13.86% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC50F5 is #03AF0A. Grayscale: #959595. Windows color (decimal): -241419 or 16077052. OLE color: 16077052.
HSL color Cylindrical-coordinate representation of color #FC50F5: hue angle of 302.44º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50F5 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 245 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.01 |
| HSL | 302.44º | 0.97% | 0.65% | - |
| HSV(B) | 302.44º | 0.68% | 0.99% | - |
| XYZ | 59.49 | 33.03 | 89.62 | - |
| YUV | 150.24 | 181.48 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 245 | 0 | 0.68 | 0.03 | 0.01 | 302.44 | 0.97 | 0.65 |
| Hex | FC | 50 | F5 | 0 | 44 | 3 | 1 | 12E | 61 | 41 |
| Octal | 374 | 120 | 365 | 0 | 104 | 3 | 1 | 456 | 141 | 101 |
| Binary | 11111100 | 1010000 | 11110101 | 0 | 1000100 | 11 | 1 | 100101110 | 1100001 | 1000001 |
Color Harmonies of #FC50F5
Complementary color
Monochromatic Colors of #FC50F5
Black with #FC50F5
Text Example
Text Example
White with #FC50F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC50F5; }
p { color: rgb(252,80,245); }
H1.HeaderClassName
{
color: #FC50F5;
}
.AnyTagClassName
{
color: #FC50F5;
}
</style>
background-color css
<style>
a { background-color: #FC50F5; }
a { background-color: rgb(252,80,245); }
div.DivClassName
{
background-color: #FC50F5;
}
.BgClassName
{
background-color: #FC50F5;
}
</style>
border-color css
<style>
span { border-color: #FC50F5; }
span { border-color: rgb(252,80,245); }
td.TdClassName
{
border-color: #FC50F5;
}
.TagClassName
{
border-color: #FC50F5;
}
</style>