Shades of Pink Flamingo #FE65ED
Tints of Pink Flamingo #FE65ED
RGB
CMYK
RGB Variations
Color information
#FE65ED (or 0xFE65ED) is known color: Pink Flamingo. HEX triplet: FE, 65 and ED. RGB value is (254,101,237). Sum of RGB (Red+Green+Blue) = 254+101+237=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 101 (39.84% from 255 or 17.06% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65ED is #019A12. Grayscale: #A1A1A1. Windows color (decimal): -104979 or 15558142. OLE color: 15558142.
HSL color Cylindrical-coordinate representation of color #FE65ED: hue angle of 306.67º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FE65ED is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 237 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.00 |
| HSL | 306.67º | 0.99% | 0.7% | - |
| HSV(B) | 306.67º | 0.6% | 1% | - |
| XYZ | 60.81 | 36.49 | 83.96 | - |
| YUV | 162.25 | 170.19 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 237 | 0 | 0.60 | 0.07 | 0.00 | 306.67 | 0.99 | 0.7 |
| Hex | FE | 65 | ED | 0 | 3C | 7 | 0 | 133 | 63 | 46 |
| Octal | 376 | 145 | 355 | 0 | 74 | 7 | 0 | 463 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11101101 | 0 | 111100 | 111 | 0 | 100110011 | 1100011 | 1000110 |
Color Harmonies of #FE65ED
Complementary color
Monochromatic Colors of #FE65ED
Black with #FE65ED
Text Example
Text Example
White with #FE65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65ED; }
p { color: rgb(254,101,237); }
H1.HeaderClassName
{
color: #FE65ED;
}
.AnyTagClassName
{
color: #FE65ED;
}
</style>
background-color css
<style>
a { background-color: #FE65ED; }
a { background-color: rgb(254,101,237); }
div.DivClassName
{
background-color: #FE65ED;
}
.BgClassName
{
background-color: #FE65ED;
}
</style>
border-color css
<style>
span { border-color: #FE65ED; }
span { border-color: rgb(254,101,237); }
td.TdClassName
{
border-color: #FE65ED;
}
.TagClassName
{
border-color: #FE65ED;
}
</style>