Shades of Pink Flamingo #FE3AFC
Tints of Pink Flamingo #FE3AFC
RGB
CMYK
RGB Variations
Color information
#FE3AFC (or 0xFE3AFC) is known color: Pink Flamingo. HEX triplet: FE, 3A and FC. RGB value is (254,58,252). Sum of RGB (Red+Green+Blue) = 254+58+252=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 58 (23.05% from 255 or 10.28% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3AFC is #01C503. Grayscale: #8A8A8A. Windows color (decimal): -115972 or 16530174. OLE color: 16530174.
HSL color Cylindrical-coordinate representation of color #FE3AFC: hue angle of 300.61º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3AFC is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 252 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.00 |
| HSL | 300.61º | 0.99% | 0.61% | - |
| HSV(B) | 300.61º | 0.77% | 1% | - |
| XYZ | 59.96 | 31.13 | 94.94 | - |
| YUV | 138.72 | 191.93 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 252 | 0 | 0.77 | 0.01 | 0.00 | 300.61 | 0.99 | 0.61 |
| Hex | FE | 3A | FC | 0 | 4D | 1 | 0 | 12D | 63 | 3D |
| Octal | 376 | 72 | 374 | 0 | 115 | 1 | 0 | 455 | 143 | 75 |
| Binary | 11111110 | 111010 | 11111100 | 0 | 1001101 | 1 | 0 | 100101101 | 1100011 | 111101 |
Color Harmonies of #FE3AFC
Complementary color
Monochromatic Colors of #FE3AFC
Black with #FE3AFC
Text Example
Text Example
White with #FE3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3AFC; }
p { color: rgb(254,58,252); }
H1.HeaderClassName
{
color: #FE3AFC;
}
.AnyTagClassName
{
color: #FE3AFC;
}
</style>
background-color css
<style>
a { background-color: #FE3AFC; }
a { background-color: rgb(254,58,252); }
div.DivClassName
{
background-color: #FE3AFC;
}
.BgClassName
{
background-color: #FE3AFC;
}
</style>
border-color css
<style>
span { border-color: #FE3AFC; }
span { border-color: rgb(254,58,252); }
td.TdClassName
{
border-color: #FE3AFC;
}
.TagClassName
{
border-color: #FE3AFC;
}
</style>