Shades of Pink Flamingo #FC46F0
Tints of Pink Flamingo #FC46F0
RGB
CMYK
RGB Variations
Color information
#FC46F0 (or 0xFC46F0) is known color: Pink Flamingo. HEX triplet: FC, 46 and F0. RGB value is (252,70,240). Sum of RGB (Red+Green+Blue) = 252+70+240=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 70 (27.73% from 255 or 12.46% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC46F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC46F0 is #03B90F. Grayscale: #8F8F8F. Windows color (decimal): -243984 or 15746812. OLE color: 15746812.
HSL color Cylindrical-coordinate representation of color #FC46F0: hue angle of 303.96º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC46F0 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 240 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.01 |
| HSL | 303.96º | 0.97% | 0.63% | - |
| HSV(B) | 303.96º | 0.72% | 0.99% | - |
| XYZ | 58.06 | 31.37 | 85.43 | - |
| YUV | 143.8 | 182.3 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 240 | 0 | 0.72 | 0.05 | 0.01 | 303.96 | 0.97 | 0.63 |
| Hex | FC | 46 | F0 | 0 | 48 | 5 | 1 | 130 | 61 | 3F |
| Octal | 374 | 106 | 360 | 0 | 110 | 5 | 1 | 460 | 141 | 77 |
| Binary | 11111100 | 1000110 | 11110000 | 0 | 1001000 | 101 | 1 | 100110000 | 1100001 | 111111 |
Color Harmonies of #FC46F0
Complementary color
Monochromatic Colors of #FC46F0
Black with #FC46F0
Text Example
Text Example
White with #FC46F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC46F0; }
p { color: rgb(252,70,240); }
H1.HeaderClassName
{
color: #FC46F0;
}
.AnyTagClassName
{
color: #FC46F0;
}
</style>
background-color css
<style>
a { background-color: #FC46F0; }
a { background-color: rgb(252,70,240); }
div.DivClassName
{
background-color: #FC46F0;
}
.BgClassName
{
background-color: #FC46F0;
}
</style>
border-color css
<style>
span { border-color: #FC46F0; }
span { border-color: rgb(252,70,240); }
td.TdClassName
{
border-color: #FC46F0;
}
.TagClassName
{
border-color: #FC46F0;
}
</style>