Shades of Pink Flamingo #FE63E4
Tints of Pink Flamingo #FE63E4
RGB
CMYK
RGB Variations
Color information
#FE63E4 (or 0xFE63E4) is known color: Pink Flamingo. HEX triplet: FE, 63 and E4. RGB value is (254,99,228). Sum of RGB (Red+Green+Blue) = 254+99+228=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 99 (39.06% from 255 or 17.04% from 581); Blue value is 228 (89.45% from 255 or 39.24% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63E4 is #019C1B. Grayscale: #9F9F9F. Windows color (decimal): -105500 or 14967806. OLE color: 14967806.
HSL color Cylindrical-coordinate representation of color #FE63E4: hue angle of 310.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE63E4 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 228 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.00 |
| HSL | 310.06º | 0.99% | 0.69% | - |
| HSV(B) | 310.06º | 0.61% | 1% | - |
| XYZ | 59.34 | 35.6 | 77.14 | - |
| YUV | 160.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 228 | 0 | 0.61 | 0.10 | 0.00 | 310.06 | 0.99 | 0.69 |
| Hex | FE | 63 | E4 | 0 | 3D | A | 0 | 136 | 63 | 45 |
| Octal | 376 | 143 | 344 | 0 | 75 | 12 | 0 | 466 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11100100 | 0 | 111101 | 1010 | 0 | 100110110 | 1100011 | 1000101 |
Color Harmonies of #FE63E4
Complementary color
Monochromatic Colors of #FE63E4
Black with #FE63E4
Text Example
Text Example
White with #FE63E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63E4; }
p { color: rgb(254,99,228); }
H1.HeaderClassName
{
color: #FE63E4;
}
.AnyTagClassName
{
color: #FE63E4;
}
</style>
background-color css
<style>
a { background-color: #FE63E4; }
a { background-color: rgb(254,99,228); }
div.DivClassName
{
background-color: #FE63E4;
}
.BgClassName
{
background-color: #FE63E4;
}
</style>
border-color css
<style>
span { border-color: #FE63E4; }
span { border-color: rgb(254,99,228); }
td.TdClassName
{
border-color: #FE63E4;
}
.TagClassName
{
border-color: #FE63E4;
}
</style>