Shades of Pink Flamingo #FE63ED
Tints of Pink Flamingo #FE63ED
RGB
CMYK
RGB Variations
Color information
#FE63ED (or 0xFE63ED) is known color: Pink Flamingo. HEX triplet: FE, 63 and ED. RGB value is (254,99,237). Sum of RGB (Red+Green+Blue) = 254+99+237=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE63ED is #019C12. Grayscale: #A0A0A0. Windows color (decimal): -105491 or 15557630. OLE color: 15557630.
HSL color Cylindrical-coordinate representation of color #FE63ED: hue angle of 306.58º 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 #FE63ED is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 237 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.00 |
| HSL | 306.58º | 0.99% | 0.69% | - |
| HSV(B) | 306.58º | 0.61% | 1% | - |
| XYZ | 60.62 | 36.11 | 83.9 | - |
| YUV | 161.08 | 170.85 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 237 | 0 | 0.61 | 0.07 | 0.00 | 306.58 | 0.99 | 0.69 |
| Hex | FE | 63 | ED | 0 | 3D | 7 | 0 | 133 | 63 | 45 |
| Octal | 376 | 143 | 355 | 0 | 75 | 7 | 0 | 463 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11101101 | 0 | 111101 | 111 | 0 | 100110011 | 1100011 | 1000101 |
Color Harmonies of #FE63ED
Complementary color
Monochromatic Colors of #FE63ED
Black with #FE63ED
Text Example
Text Example
White with #FE63ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63ED; }
p { color: rgb(254,99,237); }
H1.HeaderClassName
{
color: #FE63ED;
}
.AnyTagClassName
{
color: #FE63ED;
}
</style>
background-color css
<style>
a { background-color: #FE63ED; }
a { background-color: rgb(254,99,237); }
div.DivClassName
{
background-color: #FE63ED;
}
.BgClassName
{
background-color: #FE63ED;
}
</style>
border-color css
<style>
span { border-color: #FE63ED; }
span { border-color: rgb(254,99,237); }
td.TdClassName
{
border-color: #FE63ED;
}
.TagClassName
{
border-color: #FE63ED;
}
</style>