Shades of Pink Flamingo #FE62E5
Tints of Pink Flamingo #FE62E5
RGB
CMYK
RGB Variations
Color information
#FE62E5 (or 0xFE62E5) is known color: Pink Flamingo. HEX triplet: FE, 62 and E5. RGB value is (254,98,229). Sum of RGB (Red+Green+Blue) = 254+98+229=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 98 (38.67% from 255 or 16.87% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE62E5 is #019D1A. Grayscale: #9F9F9F. Windows color (decimal): -105755 or 15033086. OLE color: 15033086.
HSL color Cylindrical-coordinate representation of color #FE62E5: hue angle of 309.62º 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 #FE62E5 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 229 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.00 |
| HSL | 309.62º | 0.99% | 0.69% | - |
| HSV(B) | 309.62º | 0.61% | 1% | - |
| XYZ | 59.38 | 35.46 | 77.84 | - |
| YUV | 159.58 | 167.18 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 229 | 0 | 0.61 | 0.10 | 0.00 | 309.62 | 0.99 | 0.69 |
| Hex | FE | 62 | E5 | 0 | 3D | A | 0 | 136 | 63 | 45 |
| Octal | 376 | 142 | 345 | 0 | 75 | 12 | 0 | 466 | 143 | 105 |
| Binary | 11111110 | 1100010 | 11100101 | 0 | 111101 | 1010 | 0 | 100110110 | 1100011 | 1000101 |
Color Harmonies of #FE62E5
Complementary color
Monochromatic Colors of #FE62E5
Black with #FE62E5
Text Example
Text Example
White with #FE62E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62E5; }
p { color: rgb(254,98,229); }
H1.HeaderClassName
{
color: #FE62E5;
}
.AnyTagClassName
{
color: #FE62E5;
}
</style>
background-color css
<style>
a { background-color: #FE62E5; }
a { background-color: rgb(254,98,229); }
div.DivClassName
{
background-color: #FE62E5;
}
.BgClassName
{
background-color: #FE62E5;
}
</style>
border-color css
<style>
span { border-color: #FE62E5; }
span { border-color: rgb(254,98,229); }
td.TdClassName
{
border-color: #FE62E5;
}
.TagClassName
{
border-color: #FE62E5;
}
</style>