Shades of Pink Flamingo #FE65F6
Tints of Pink Flamingo #FE65F6
RGB
CMYK
RGB Variations
Color information
#FE65F6 (or 0xFE65F6) is known color: Pink Flamingo. HEX triplet: FE, 65 and F6. RGB value is (254,101,246). Sum of RGB (Red+Green+Blue) = 254+101+246=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 101 (39.84% from 255 or 16.81% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65F6 is #019A09. Grayscale: #A2A2A2. Windows color (decimal): -104970 or 16147966. OLE color: 16147966.
HSL color Cylindrical-coordinate representation of color #FE65F6: hue angle of 303.14º 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 #FE65F6 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 246 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.00 |
| HSL | 303.14º | 0.99% | 0.7% | - |
| HSV(B) | 303.14º | 0.6% | 1% | - |
| XYZ | 62.16 | 37.03 | 91.06 | - |
| YUV | 163.28 | 174.69 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 246 | 0 | 0.60 | 0.03 | 0.00 | 303.14 | 0.99 | 0.7 |
| Hex | FE | 65 | F6 | 0 | 3C | 3 | 0 | 12F | 63 | 46 |
| Octal | 376 | 145 | 366 | 0 | 74 | 3 | 0 | 457 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11110110 | 0 | 111100 | 11 | 0 | 100101111 | 1100011 | 1000110 |
Color Harmonies of #FE65F6
Complementary color
Monochromatic Colors of #FE65F6
Black with #FE65F6
Text Example
Text Example
White with #FE65F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65F6; }
p { color: rgb(254,101,246); }
H1.HeaderClassName
{
color: #FE65F6;
}
.AnyTagClassName
{
color: #FE65F6;
}
</style>
background-color css
<style>
a { background-color: #FE65F6; }
a { background-color: rgb(254,101,246); }
div.DivClassName
{
background-color: #FE65F6;
}
.BgClassName
{
background-color: #FE65F6;
}
</style>
border-color css
<style>
span { border-color: #FE65F6; }
span { border-color: rgb(254,101,246); }
td.TdClassName
{
border-color: #FE65F6;
}
.TagClassName
{
border-color: #FE65F6;
}
</style>