Shades of Pink Flamingo #FC43EE
Tints of Pink Flamingo #FC43EE
RGB
CMYK
RGB Variations
Color information
#FC43EE (or 0xFC43EE) is known color: Pink Flamingo. HEX triplet: FC, 43 and EE. RGB value is (252,67,238). Sum of RGB (Red+Green+Blue) = 252+67+238=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 67 (26.56% from 255 or 12.03% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC43EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC43EE is #03BC11. Grayscale: #8D8D8D. Windows color (decimal): -244754 or 15614972. OLE color: 15614972.
HSL color Cylindrical-coordinate representation of color #FC43EE: hue angle of 304.54º 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 #FC43EE is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 238 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.01 |
| HSL | 304.54º | 0.97% | 0.63% | - |
| HSV(B) | 304.54º | 0.73% | 0.99% | - |
| XYZ | 57.58 | 30.88 | 83.81 | - |
| YUV | 141.81 | 182.29 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 238 | 0 | 0.73 | 0.06 | 0.01 | 304.54 | 0.97 | 0.63 |
| Hex | FC | 43 | EE | 0 | 49 | 6 | 1 | 131 | 61 | 3F |
| Octal | 374 | 103 | 356 | 0 | 111 | 6 | 1 | 461 | 141 | 77 |
| Binary | 11111100 | 1000011 | 11101110 | 0 | 1001001 | 110 | 1 | 100110001 | 1100001 | 111111 |
Color Harmonies of #FC43EE
Complementary color
Monochromatic Colors of #FC43EE
Black with #FC43EE
Text Example
Text Example
White with #FC43EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC43EE; }
p { color: rgb(252,67,238); }
H1.HeaderClassName
{
color: #FC43EE;
}
.AnyTagClassName
{
color: #FC43EE;
}
</style>
background-color css
<style>
a { background-color: #FC43EE; }
a { background-color: rgb(252,67,238); }
div.DivClassName
{
background-color: #FC43EE;
}
.BgClassName
{
background-color: #FC43EE;
}
</style>
border-color css
<style>
span { border-color: #FC43EE; }
span { border-color: rgb(252,67,238); }
td.TdClassName
{
border-color: #FC43EE;
}
.TagClassName
{
border-color: #FC43EE;
}
</style>