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