Shades of Pink Flamingo #FC3FFE
Tints of Pink Flamingo #FC3FFE
RGB
CMYK
RGB Variations
Color information
#FC3FFE (or 0xFC3FFE) is known color: Pink Flamingo. HEX triplet: FC, 3F and FE. RGB value is (252,63,254). Sum of RGB (Red+Green+Blue) = 252+63+254=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 63 (25% from 255 or 11.07% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC3FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3FFE is #03C001. Grayscale: #8C8C8C. Windows color (decimal): -245762 or 16662524. OLE color: 16662524.
HSL color Cylindrical-coordinate representation of color #FC3FFE: hue angle of 299.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3FFE is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 63 | 254 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.00 |
| HSL | 299.37º | 0.99% | 0.62% | - |
| HSV(B) | 299.37º | 0.75% | 1% | - |
| XYZ | 59.81 | 31.41 | 96.68 | - |
| YUV | 141.29 | 191.62 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 63 | 254 | 0.01 | 0.75 | 0 | 0.00 | 299.37 | 0.99 | 0.62 |
| Hex | FC | 3F | FE | 1 | 4B | 0 | 0 | 12B | 63 | 3E |
| Octal | 374 | 77 | 376 | 1 | 113 | 0 | 0 | 453 | 143 | 76 |
| Binary | 11111100 | 111111 | 11111110 | 1 | 1001011 | 0 | 0 | 100101011 | 1100011 | 111110 |
Color Harmonies of #FC3FFE
Complementary color
Monochromatic Colors of #FC3FFE
Black with #FC3FFE
Text Example
Text Example
White with #FC3FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3FFE; }
p { color: rgb(252,63,254); }
H1.HeaderClassName
{
color: #FC3FFE;
}
.AnyTagClassName
{
color: #FC3FFE;
}
</style>
background-color css
<style>
a { background-color: #FC3FFE; }
a { background-color: rgb(252,63,254); }
div.DivClassName
{
background-color: #FC3FFE;
}
.BgClassName
{
background-color: #FC3FFE;
}
</style>
border-color css
<style>
span { border-color: #FC3FFE; }
span { border-color: rgb(252,63,254); }
td.TdClassName
{
border-color: #FC3FFE;
}
.TagClassName
{
border-color: #FC3FFE;
}
</style>