Shades of Pink Flamingo #FE69F7
Tints of Pink Flamingo #FE69F7
RGB
CMYK
RGB Variations
Color information
#FE69F7 (or 0xFE69F7) is known color: Pink Flamingo. HEX triplet: FE, 69 and F7. RGB value is (254,105,247). Sum of RGB (Red+Green+Blue) = 254+105+247=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 105 (41.41% from 255 or 17.33% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE69F7 is #019608. Grayscale: #A5A5A5. Windows color (decimal): -103945 or 16214526. OLE color: 16214526.
HSL color Cylindrical-coordinate representation of color #FE69F7: hue angle of 302.82º 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 #FE69F7 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 247 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.00 |
| HSL | 302.82º | 0.99% | 0.7% | - |
| HSV(B) | 302.82º | 0.59% | 1% | - |
| XYZ | 62.71 | 37.89 | 92 | - |
| YUV | 165.74 | 173.86 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 247 | 0 | 0.59 | 0.03 | 0.00 | 302.82 | 0.99 | 0.7 |
| Hex | FE | 69 | F7 | 0 | 3B | 3 | 0 | 12F | 63 | 46 |
| Octal | 376 | 151 | 367 | 0 | 73 | 3 | 0 | 457 | 143 | 106 |
| Binary | 11111110 | 1101001 | 11110111 | 0 | 111011 | 11 | 0 | 100101111 | 1100011 | 1000110 |
Color Harmonies of #FE69F7
Complementary color
Monochromatic Colors of #FE69F7
Black with #FE69F7
Text Example
Text Example
White with #FE69F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE69F7; }
p { color: rgb(254,105,247); }
H1.HeaderClassName
{
color: #FE69F7;
}
.AnyTagClassName
{
color: #FE69F7;
}
</style>
background-color css
<style>
a { background-color: #FE69F7; }
a { background-color: rgb(254,105,247); }
div.DivClassName
{
background-color: #FE69F7;
}
.BgClassName
{
background-color: #FE69F7;
}
</style>
border-color css
<style>
span { border-color: #FE69F7; }
span { border-color: rgb(254,105,247); }
td.TdClassName
{
border-color: #FE69F7;
}
.TagClassName
{
border-color: #FE69F7;
}
</style>