Shades of Pink Flamingo #FC43FE
Tints of Pink Flamingo #FC43FE
RGB
CMYK
RGB Variations
Color information
#FC43FE (or 0xFC43FE) is known color: Pink Flamingo. HEX triplet: FC, 43 and FE. RGB value is (252,67,254). Sum of RGB (Red+Green+Blue) = 252+67+254=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 67 (26.56% from 255 or 11.69% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC43FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC43FE is #03BC01. Grayscale: #8F8F8F. Windows color (decimal): -244738 or 16663548. OLE color: 16663548.
HSL color Cylindrical-coordinate representation of color #FC43FE: hue angle of 299.36º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC43FE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 67 | 254 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.00 |
| HSL | 299.36º | 0.99% | 0.63% | - |
| HSV(B) | 299.36º | 0.74% | 1% | - |
| XYZ | 60.04 | 31.87 | 96.75 | - |
| YUV | 143.63 | 190.29 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 254 | 0.01 | 0.74 | 0 | 0.00 | 299.36 | 0.99 | 0.63 |
| Hex | FC | 43 | FE | 1 | 4A | 0 | 0 | 12B | 63 | 3F |
| Octal | 374 | 103 | 376 | 1 | 112 | 0 | 0 | 453 | 143 | 77 |
| Binary | 11111100 | 1000011 | 11111110 | 1 | 1001010 | 0 | 0 | 100101011 | 1100011 | 111111 |
Color Harmonies of #FC43FE
Complementary color
Monochromatic Colors of #FC43FE
Black with #FC43FE
Text Example
Text Example
White with #FC43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC43FE; }
p { color: rgb(252,67,254); }
H1.HeaderClassName
{
color: #FC43FE;
}
.AnyTagClassName
{
color: #FC43FE;
}
</style>
background-color css
<style>
a { background-color: #FC43FE; }
a { background-color: rgb(252,67,254); }
div.DivClassName
{
background-color: #FC43FE;
}
.BgClassName
{
background-color: #FC43FE;
}
</style>
border-color css
<style>
span { border-color: #FC43FE; }
span { border-color: rgb(252,67,254); }
td.TdClassName
{
border-color: #FC43FE;
}
.TagClassName
{
border-color: #FC43FE;
}
</style>