Shades of Pink Flamingo #FE63E5
Tints of Pink Flamingo #FE63E5
RGB
CMYK
RGB Variations
Color information
#FE63E5 (or 0xFE63E5) is known color: Pink Flamingo. HEX triplet: FE, 63 and E5. RGB value is (254,99,229). Sum of RGB (Red+Green+Blue) = 254+99+229=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 99 (39.06% from 255 or 17.01% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63E5 is #019C1A. Grayscale: #9F9F9F. Windows color (decimal): -105499 or 15033342. OLE color: 15033342.
HSL color Cylindrical-coordinate representation of color #FE63E5: hue angle of 309.68º 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 #FE63E5 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 229 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.00 |
| HSL | 309.68º | 0.99% | 0.69% | - |
| HSV(B) | 309.68º | 0.61% | 1% | - |
| XYZ | 59.48 | 35.65 | 77.88 | - |
| YUV | 160.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 229 | 0 | 0.61 | 0.10 | 0.00 | 309.68 | 0.99 | 0.69 |
| Hex | FE | 63 | E5 | 0 | 3D | A | 0 | 136 | 63 | 45 |
| Octal | 376 | 143 | 345 | 0 | 75 | 12 | 0 | 466 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11100101 | 0 | 111101 | 1010 | 0 | 100110110 | 1100011 | 1000101 |
Color Harmonies of #FE63E5
Complementary color
Monochromatic Colors of #FE63E5
Black with #FE63E5
Text Example
Text Example
White with #FE63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63E5; }
p { color: rgb(254,99,229); }
H1.HeaderClassName
{
color: #FE63E5;
}
.AnyTagClassName
{
color: #FE63E5;
}
</style>
background-color css
<style>
a { background-color: #FE63E5; }
a { background-color: rgb(254,99,229); }
div.DivClassName
{
background-color: #FE63E5;
}
.BgClassName
{
background-color: #FE63E5;
}
</style>
border-color css
<style>
span { border-color: #FE63E5; }
span { border-color: rgb(254,99,229); }
td.TdClassName
{
border-color: #FE63E5;
}
.TagClassName
{
border-color: #FE63E5;
}
</style>