Shades of Pink Flamingo #FC41FE
Tints of Pink Flamingo #FC41FE
RGB
CMYK
RGB Variations
Color information
#FC41FE (or 0xFC41FE) is known color: Pink Flamingo. HEX triplet: FC, 41 and FE. RGB value is (252,65,254). Sum of RGB (Red+Green+Blue) = 252+65+254=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 65 (25.78% from 255 or 11.38% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC41FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC41FE is #03BE01. Grayscale: #8D8D8D. Windows color (decimal): -245250 or 16663036. OLE color: 16663036.
HSL color Cylindrical-coordinate representation of color #FC41FE: hue angle of 299.37º 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 #FC41FE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 65 | 254 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.00 |
| HSL | 299.37º | 0.99% | 0.63% | - |
| HSV(B) | 299.37º | 0.74% | 1% | - |
| XYZ | 59.92 | 31.63 | 96.71 | - |
| YUV | 142.46 | 190.95 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 254 | 0.01 | 0.74 | 0 | 0.00 | 299.37 | 0.99 | 0.63 |
| Hex | FC | 41 | FE | 1 | 4A | 0 | 0 | 12B | 63 | 3F |
| Octal | 374 | 101 | 376 | 1 | 112 | 0 | 0 | 453 | 143 | 77 |
| Binary | 11111100 | 1000001 | 11111110 | 1 | 1001010 | 0 | 0 | 100101011 | 1100011 | 111111 |
Color Harmonies of #FC41FE
Complementary color
Monochromatic Colors of #FC41FE
Black with #FC41FE
Text Example
Text Example
White with #FC41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC41FE; }
p { color: rgb(252,65,254); }
H1.HeaderClassName
{
color: #FC41FE;
}
.AnyTagClassName
{
color: #FC41FE;
}
</style>
background-color css
<style>
a { background-color: #FC41FE; }
a { background-color: rgb(252,65,254); }
div.DivClassName
{
background-color: #FC41FE;
}
.BgClassName
{
background-color: #FC41FE;
}
</style>
border-color css
<style>
span { border-color: #FC41FE; }
span { border-color: rgb(252,65,254); }
td.TdClassName
{
border-color: #FC41FE;
}
.TagClassName
{
border-color: #FC41FE;
}
</style>