Shades of Pink Flamingo #FE65F9
Tints of Pink Flamingo #FE65F9
RGB
CMYK
RGB Variations
Color information
#FE65F9 (or 0xFE65F9) is known color: Pink Flamingo. HEX triplet: FE, 65 and F9. RGB value is (254,101,249). Sum of RGB (Red+Green+Blue) = 254+101+249=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 101 (39.84% from 255 or 16.72% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65F9 is #019A06. Grayscale: #A3A3A3. Windows color (decimal): -104967 or 16344574. OLE color: 16344574.
HSL color Cylindrical-coordinate representation of color #FE65F9: hue angle of 301.96º 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 #FE65F9 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 249 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.00 |
| HSL | 301.96º | 0.99% | 0.7% | - |
| HSV(B) | 301.96º | 0.6% | 1% | - |
| XYZ | 62.63 | 37.22 | 93.51 | - |
| YUV | 163.62 | 176.19 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 249 | 0 | 0.60 | 0.02 | 0.00 | 301.96 | 0.99 | 0.7 |
| Hex | FE | 65 | F9 | 0 | 3C | 2 | 0 | 12E | 63 | 46 |
| Octal | 376 | 145 | 371 | 0 | 74 | 2 | 0 | 456 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11111001 | 0 | 111100 | 10 | 0 | 100101110 | 1100011 | 1000110 |
Color Harmonies of #FE65F9
Complementary color
Monochromatic Colors of #FE65F9
Black with #FE65F9
Text Example
Text Example
White with #FE65F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65F9; }
p { color: rgb(254,101,249); }
H1.HeaderClassName
{
color: #FE65F9;
}
.AnyTagClassName
{
color: #FE65F9;
}
</style>
background-color css
<style>
a { background-color: #FE65F9; }
a { background-color: rgb(254,101,249); }
div.DivClassName
{
background-color: #FE65F9;
}
.BgClassName
{
background-color: #FE65F9;
}
</style>
border-color css
<style>
span { border-color: #FE65F9; }
span { border-color: rgb(254,101,249); }
td.TdClassName
{
border-color: #FE65F9;
}
.TagClassName
{
border-color: #FE65F9;
}
</style>