Shades of Pink Flamingo #FE63EE
Tints of Pink Flamingo #FE63EE
RGB
CMYK
RGB Variations
Color information
#FE63EE (or 0xFE63EE) is known color: Pink Flamingo. HEX triplet: FE, 63 and EE. RGB value is (254,99,238). Sum of RGB (Red+Green+Blue) = 254+99+238=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 99 (39.06% from 255 or 16.75% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE63EE is #019C11. Grayscale: #A0A0A0. Windows color (decimal): -105490 or 15623166. OLE color: 15623166.
HSL color Cylindrical-coordinate representation of color #FE63EE: hue angle of 306.19º 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 #FE63EE is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 238 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.00 |
| HSL | 306.19º | 0.99% | 0.69% | - |
| HSV(B) | 306.19º | 0.61% | 1% | - |
| XYZ | 60.77 | 36.17 | 84.67 | - |
| YUV | 161.19 | 171.35 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 238 | 0 | 0.61 | 0.06 | 0.00 | 306.19 | 0.99 | 0.69 |
| Hex | FE | 63 | EE | 0 | 3D | 6 | 0 | 132 | 63 | 45 |
| Octal | 376 | 143 | 356 | 0 | 75 | 6 | 0 | 462 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11101110 | 0 | 111101 | 110 | 0 | 100110010 | 1100011 | 1000101 |
Color Harmonies of #FE63EE
Complementary color
Monochromatic Colors of #FE63EE
Black with #FE63EE
Text Example
Text Example
White with #FE63EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63EE; }
p { color: rgb(254,99,238); }
H1.HeaderClassName
{
color: #FE63EE;
}
.AnyTagClassName
{
color: #FE63EE;
}
</style>
background-color css
<style>
a { background-color: #FE63EE; }
a { background-color: rgb(254,99,238); }
div.DivClassName
{
background-color: #FE63EE;
}
.BgClassName
{
background-color: #FE63EE;
}
</style>
border-color css
<style>
span { border-color: #FE63EE; }
span { border-color: rgb(254,99,238); }
td.TdClassName
{
border-color: #FE63EE;
}
.TagClassName
{
border-color: #FE63EE;
}
</style>