Shades of Pink Flamingo #FC3EFF
Tints of Pink Flamingo #FC3EFF
RGB
CMYK
RGB Variations
Color information
#FC3EFF (or 0xFC3EFF) is known color: Pink Flamingo. HEX triplet: FC, 3E and FF. RGB value is (252,62,255). Sum of RGB (Red+Green+Blue) = 252+62+255=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 62 (24.61% from 255 or 10.90% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC3EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3EFF is #03C100. Grayscale: #8C8C8C. Windows color (decimal): -246017 or 16727804. OLE color: 16727804.
HSL color Cylindrical-coordinate representation of color #FC3EFF: hue angle of 299.07º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3EFF is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 62 | 255 | - |
| CMYK | 0.01 | 0.76 | 0 | 0 |
| HSL | 299.07º | 1% | 0.62% | - |
| HSV(B) | 299.07º | 0.76% | 1% | - |
| XYZ | 59.92 | 31.36 | 97.5 | - |
| YUV | 140.81 | 192.45 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 255 | 0.01 | 0.76 | 0 | 0 | 299.07 | 1 | 0.62 |
| Hex | FC | 3E | FF | 1 | 4C | 0 | 0 | 12B | 64 | 3E |
| Octal | 374 | 76 | 377 | 1 | 114 | 0 | 0 | 453 | 144 | 76 |
| Binary | 11111100 | 111110 | 11111111 | 1 | 1001100 | 0 | 0 | 100101011 | 1100100 | 111110 |
Color Harmonies of #FC3EFF
Complementary color
Monochromatic Colors of #FC3EFF
Black with #FC3EFF
Text Example
Text Example
White with #FC3EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3EFF; }
p { color: rgb(252,62,255); }
H1.HeaderClassName
{
color: #FC3EFF;
}
.AnyTagClassName
{
color: #FC3EFF;
}
</style>
background-color css
<style>
a { background-color: #FC3EFF; }
a { background-color: rgb(252,62,255); }
div.DivClassName
{
background-color: #FC3EFF;
}
.BgClassName
{
background-color: #FC3EFF;
}
</style>
border-color css
<style>
span { border-color: #FC3EFF; }
span { border-color: rgb(252,62,255); }
td.TdClassName
{
border-color: #FC3EFF;
}
.TagClassName
{
border-color: #FC3EFF;
}
</style>