Shades of Pink Flamingo #FC3CFE
Tints of Pink Flamingo #FC3CFE
RGB
CMYK
RGB Variations
Color information
#FC3CFE (or 0xFC3CFE) is known color: Pink Flamingo. HEX triplet: FC, 3C and FE. RGB value is (252,60,254). Sum of RGB (Red+Green+Blue) = 252+60+254=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 60 (23.83% from 255 or 10.60% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC3CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3CFE is #03C301. Grayscale: #8A8A8A. Windows color (decimal): -246530 or 16661756. OLE color: 16661756.
HSL color Cylindrical-coordinate representation of color #FC3CFE: hue angle of 299.38º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3CFE is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 60 | 254 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.00 |
| HSL | 299.38º | 0.99% | 0.62% | - |
| HSV(B) | 299.38º | 0.76% | 1% | - |
| XYZ | 59.65 | 31.08 | 96.62 | - |
| YUV | 139.52 | 192.61 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 254 | 0.01 | 0.76 | 0 | 0.00 | 299.38 | 0.99 | 0.62 |
| Hex | FC | 3C | FE | 1 | 4C | 0 | 0 | 12B | 63 | 3E |
| Octal | 374 | 74 | 376 | 1 | 114 | 0 | 0 | 453 | 143 | 76 |
| Binary | 11111100 | 111100 | 11111110 | 1 | 1001100 | 0 | 0 | 100101011 | 1100011 | 111110 |
Color Harmonies of #FC3CFE
Complementary color
Monochromatic Colors of #FC3CFE
Black with #FC3CFE
Text Example
Text Example
White with #FC3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3CFE; }
p { color: rgb(252,60,254); }
H1.HeaderClassName
{
color: #FC3CFE;
}
.AnyTagClassName
{
color: #FC3CFE;
}
</style>
background-color css
<style>
a { background-color: #FC3CFE; }
a { background-color: rgb(252,60,254); }
div.DivClassName
{
background-color: #FC3CFE;
}
.BgClassName
{
background-color: #FC3CFE;
}
</style>
border-color css
<style>
span { border-color: #FC3CFE; }
span { border-color: rgb(252,60,254); }
td.TdClassName
{
border-color: #FC3CFE;
}
.TagClassName
{
border-color: #FC3CFE;
}
</style>