Shades of Pink Flamingo #FE3EFC
Tints of Pink Flamingo #FE3EFC
RGB
CMYK
RGB Variations
Color information
#FE3EFC (or 0xFE3EFC) is known color: Pink Flamingo. HEX triplet: FE, 3E and FC. RGB value is (254,62,252). Sum of RGB (Red+Green+Blue) = 254+62+252=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 62 (24.61% from 255 or 10.92% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3EFC is #01C103. Grayscale: #8C8C8C. Windows color (decimal): -114948 or 16531198. OLE color: 16531198.
HSL color Cylindrical-coordinate representation of color #FE3EFC: hue angle of 300.62º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3EFC is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 252 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.00 |
| HSL | 300.63º | 0.99% | 0.62% | - |
| HSV(B) | 300.63º | 0.76% | 1% | - |
| XYZ | 60.17 | 31.54 | 95.01 | - |
| YUV | 141.07 | 190.61 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 252 | 0 | 0.76 | 0.01 | 0.00 | 300.63 | 0.99 | 0.62 |
| Hex | FE | 3E | FC | 0 | 4C | 1 | 0 | 12D | 63 | 3E |
| Octal | 376 | 76 | 374 | 0 | 114 | 1 | 0 | 455 | 143 | 76 |
| Binary | 11111110 | 111110 | 11111100 | 0 | 1001100 | 1 | 0 | 100101101 | 1100011 | 111110 |
Color Harmonies of #FE3EFC
Complementary color
Monochromatic Colors of #FE3EFC
Black with #FE3EFC
Text Example
Text Example
White with #FE3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3EFC; }
p { color: rgb(254,62,252); }
H1.HeaderClassName
{
color: #FE3EFC;
}
.AnyTagClassName
{
color: #FE3EFC;
}
</style>
background-color css
<style>
a { background-color: #FE3EFC; }
a { background-color: rgb(254,62,252); }
div.DivClassName
{
background-color: #FE3EFC;
}
.BgClassName
{
background-color: #FE3EFC;
}
</style>
border-color css
<style>
span { border-color: #FE3EFC; }
span { border-color: rgb(254,62,252); }
td.TdClassName
{
border-color: #FE3EFC;
}
.TagClassName
{
border-color: #FE3EFC;
}
</style>