Shades of Pink Flamingo #FE65F5
Tints of Pink Flamingo #FE65F5
RGB
CMYK
RGB Variations
Color information
#FE65F5 (or 0xFE65F5) is known color: Pink Flamingo. HEX triplet: FE, 65 and F5. RGB value is (254,101,245). Sum of RGB (Red+Green+Blue) = 254+101+245=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 101 (39.84% from 255 or 16.83% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65F5 is #019A0A. Grayscale: #A2A2A2. Windows color (decimal): -104971 or 16082430. OLE color: 16082430.
HSL color Cylindrical-coordinate representation of color #FE65F5: hue angle of 303.53º 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 #FE65F5 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 245 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.00 |
| HSL | 303.53º | 0.99% | 0.7% | - |
| HSV(B) | 303.53º | 0.6% | 1% | - |
| XYZ | 62.01 | 36.97 | 90.25 | - |
| YUV | 163.16 | 174.19 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 245 | 0 | 0.60 | 0.04 | 0.00 | 303.53 | 0.99 | 0.7 |
| Hex | FE | 65 | F5 | 0 | 3C | 4 | 0 | 130 | 63 | 46 |
| Octal | 376 | 145 | 365 | 0 | 74 | 4 | 0 | 460 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11110101 | 0 | 111100 | 100 | 0 | 100110000 | 1100011 | 1000110 |
Color Harmonies of #FE65F5
Complementary color
Monochromatic Colors of #FE65F5
Black with #FE65F5
Text Example
Text Example
White with #FE65F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65F5; }
p { color: rgb(254,101,245); }
H1.HeaderClassName
{
color: #FE65F5;
}
.AnyTagClassName
{
color: #FE65F5;
}
</style>
background-color css
<style>
a { background-color: #FE65F5; }
a { background-color: rgb(254,101,245); }
div.DivClassName
{
background-color: #FE65F5;
}
.BgClassName
{
background-color: #FE65F5;
}
</style>
border-color css
<style>
span { border-color: #FE65F5; }
span { border-color: rgb(254,101,245); }
td.TdClassName
{
border-color: #FE65F5;
}
.TagClassName
{
border-color: #FE65F5;
}
</style>