Shades of Pink Flamingo #FE69F5
Tints of Pink Flamingo #FE69F5
RGB
CMYK
RGB Variations
Color information
#FE69F5 (or 0xFE69F5) is known color: Pink Flamingo. HEX triplet: FE, 69 and F5. RGB value is (254,105,245). Sum of RGB (Red+Green+Blue) = 254+105+245=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 105 (41.41% from 255 or 17.38% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69F5 is #01960A. Grayscale: #A5A5A5. Windows color (decimal): -103947 or 16083454. OLE color: 16083454.
HSL color Cylindrical-coordinate representation of color #FE69F5: hue angle of 303.62º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE69F5 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 245 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.00 |
| HSL | 303.62º | 0.99% | 0.7% | - |
| HSV(B) | 303.62º | 0.59% | 1% | - |
| XYZ | 62.41 | 37.77 | 90.39 | - |
| YUV | 165.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 245 | 0 | 0.59 | 0.04 | 0.00 | 303.62 | 0.99 | 0.7 |
| Hex | FE | 69 | F5 | 0 | 3B | 4 | 0 | 130 | 63 | 46 |
| Octal | 376 | 151 | 365 | 0 | 73 | 4 | 0 | 460 | 143 | 106 |
| Binary | 11111110 | 1101001 | 11110101 | 0 | 111011 | 100 | 0 | 100110000 | 1100011 | 1000110 |
Color Harmonies of #FE69F5
Complementary color
Monochromatic Colors of #FE69F5
Black with #FE69F5
Text Example
Text Example
White with #FE69F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69F5; }
p { color: rgb(254,105,245); }
H1.HeaderClassName
{
color: #FE69F5;
}
.AnyTagClassName
{
color: #FE69F5;
}
</style>
background-color css
<style>
a { background-color: #FE69F5; }
a { background-color: rgb(254,105,245); }
div.DivClassName
{
background-color: #FE69F5;
}
.BgClassName
{
background-color: #FE69F5;
}
</style>
border-color css
<style>
span { border-color: #FE69F5; }
span { border-color: rgb(254,105,245); }
td.TdClassName
{
border-color: #FE69F5;
}
.TagClassName
{
border-color: #FE69F5;
}
</style>