Shades of Pink Flamingo #FE63EF
Tints of Pink Flamingo #FE63EF
RGB
CMYK
RGB Variations
Color information
#FE63EF (or 0xFE63EF) is known color: Pink Flamingo. HEX triplet: FE, 63 and EF. RGB value is (254,99,239). Sum of RGB (Red+Green+Blue) = 254+99+239=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 99 (39.06% from 255 or 16.72% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE63EF is #019C10. Grayscale: #A0A0A0. Windows color (decimal): -105489 or 15688702. OLE color: 15688702.
HSL color Cylindrical-coordinate representation of color #FE63EF: hue angle of 305.81º 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 #FE63EF is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 99 | 239 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.00 |
| HSL | 305.81º | 0.99% | 0.69% | - |
| HSV(B) | 305.81º | 0.61% | 1% | - |
| XYZ | 60.91 | 36.23 | 85.44 | - |
| YUV | 161.31 | 171.85 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 99 | 239 | 0 | 0.61 | 0.06 | 0.00 | 305.81 | 0.99 | 0.69 |
| Hex | FE | 63 | EF | 0 | 3D | 6 | 0 | 132 | 63 | 45 |
| Octal | 376 | 143 | 357 | 0 | 75 | 6 | 0 | 462 | 143 | 105 |
| Binary | 11111110 | 1100011 | 11101111 | 0 | 111101 | 110 | 0 | 100110010 | 1100011 | 1000101 |
Color Harmonies of #FE63EF
Complementary color
Monochromatic Colors of #FE63EF
Black with #FE63EF
Text Example
Text Example
White with #FE63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE63EF; }
p { color: rgb(254,99,239); }
H1.HeaderClassName
{
color: #FE63EF;
}
.AnyTagClassName
{
color: #FE63EF;
}
</style>
background-color css
<style>
a { background-color: #FE63EF; }
a { background-color: rgb(254,99,239); }
div.DivClassName
{
background-color: #FE63EF;
}
.BgClassName
{
background-color: #FE63EF;
}
</style>
border-color css
<style>
span { border-color: #FE63EF; }
span { border-color: rgb(254,99,239); }
td.TdClassName
{
border-color: #FE63EF;
}
.TagClassName
{
border-color: #FE63EF;
}
</style>