Shades of Pink Flamingo #FC43FF
Tints of Pink Flamingo #FC43FF
RGB
CMYK
RGB Variations
Color information
#FC43FF (or 0xFC43FF) is known color: Pink Flamingo. HEX triplet: FC, 43 and FF. RGB value is (252,67,255). Sum of RGB (Red+Green+Blue) = 252+67+255=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 67 (26.56% from 255 or 11.67% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC43FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC43FF is #03BC00. Grayscale: #8F8F8F. Windows color (decimal): -244737 or 16729084. OLE color: 16729084.
HSL color Cylindrical-coordinate representation of color #FC43FF: hue angle of 299.04º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC43FF is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 67 | 255 | - |
| CMYK | 0.01 | 0.74 | 0 | 0 |
| HSL | 299.04º | 1% | 0.63% | - |
| HSV(B) | 299.04º | 0.74% | 1% | - |
| XYZ | 60.2 | 31.93 | 97.6 | - |
| YUV | 143.75 | 190.79 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 255 | 0.01 | 0.74 | 0 | 0 | 299.04 | 1 | 0.63 |
| Hex | FC | 43 | FF | 1 | 4A | 0 | 0 | 12B | 64 | 3F |
| Octal | 374 | 103 | 377 | 1 | 112 | 0 | 0 | 453 | 144 | 77 |
| Binary | 11111100 | 1000011 | 11111111 | 1 | 1001010 | 0 | 0 | 100101011 | 1100100 | 111111 |
Color Harmonies of #FC43FF
Complementary color
Monochromatic Colors of #FC43FF
Black with #FC43FF
Text Example
Text Example
White with #FC43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC43FF; }
p { color: rgb(252,67,255); }
H1.HeaderClassName
{
color: #FC43FF;
}
.AnyTagClassName
{
color: #FC43FF;
}
</style>
background-color css
<style>
a { background-color: #FC43FF; }
a { background-color: rgb(252,67,255); }
div.DivClassName
{
background-color: #FC43FF;
}
.BgClassName
{
background-color: #FC43FF;
}
</style>
border-color css
<style>
span { border-color: #FC43FF; }
span { border-color: rgb(252,67,255); }
td.TdClassName
{
border-color: #FC43FF;
}
.TagClassName
{
border-color: #FC43FF;
}
</style>