Shades of Pink Flamingo #FE65FA
Tints of Pink Flamingo #FE65FA
RGB
CMYK
RGB Variations
Color information
#FE65FA (or 0xFE65FA) is known color: Pink Flamingo. HEX triplet: FE, 65 and FA. RGB value is (254,101,250). Sum of RGB (Red+Green+Blue) = 254+101+250=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 101 (39.84% from 255 or 16.69% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE65FA is #019A05. Grayscale: #A3A3A3. Windows color (decimal): -104966 or 16410110. OLE color: 16410110.
HSL color Cylindrical-coordinate representation of color #FE65FA: hue angle of 301.57º 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 #FE65FA is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 250 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.00 |
| HSL | 301.57º | 0.99% | 0.7% | - |
| HSV(B) | 301.57º | 0.6% | 1% | - |
| XYZ | 62.78 | 37.28 | 94.33 | - |
| YUV | 163.73 | 176.69 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 250 | 0 | 0.60 | 0.02 | 0.00 | 301.57 | 0.99 | 0.7 |
| Hex | FE | 65 | FA | 0 | 3C | 2 | 0 | 12E | 63 | 46 |
| Octal | 376 | 145 | 372 | 0 | 74 | 2 | 0 | 456 | 143 | 106 |
| Binary | 11111110 | 1100101 | 11111010 | 0 | 111100 | 10 | 0 | 100101110 | 1100011 | 1000110 |
Color Harmonies of #FE65FA
Complementary color
Monochromatic Colors of #FE65FA
Black with #FE65FA
Text Example
Text Example
White with #FE65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE65FA; }
p { color: rgb(254,101,250); }
H1.HeaderClassName
{
color: #FE65FA;
}
.AnyTagClassName
{
color: #FE65FA;
}
</style>
background-color css
<style>
a { background-color: #FE65FA; }
a { background-color: rgb(254,101,250); }
div.DivClassName
{
background-color: #FE65FA;
}
.BgClassName
{
background-color: #FE65FA;
}
</style>
border-color css
<style>
span { border-color: #FE65FA; }
span { border-color: rgb(254,101,250); }
td.TdClassName
{
border-color: #FE65FA;
}
.TagClassName
{
border-color: #FE65FA;
}
</style>