Shades of Pink Flamingo #FE46F7
Tints of Pink Flamingo #FE46F7
RGB
CMYK
RGB Variations
Color information
#FE46F7 (or 0xFE46F7) is known color: Pink Flamingo. HEX triplet: FE, 46 and F7. RGB value is (254,70,247). Sum of RGB (Red+Green+Blue) = 254+70+247=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 70 (27.73% from 255 or 12.26% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46F7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE46F7 is #01B908. Grayscale: #909090. Windows color (decimal): -112905 or 16205566. OLE color: 16205566.
HSL color Cylindrical-coordinate representation of color #FE46F7: hue angle of 302.28º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE46F7 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 247 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.00 |
| HSL | 302.28º | 0.99% | 0.64% | - |
| HSV(B) | 302.28º | 0.72% | 1% | - |
| XYZ | 59.85 | 32.17 | 91.05 | - |
| YUV | 145.19 | 185.46 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 247 | 0 | 0.72 | 0.03 | 0.00 | 302.28 | 0.99 | 0.64 |
| Hex | FE | 46 | F7 | 0 | 48 | 3 | 0 | 12E | 63 | 40 |
| Octal | 376 | 106 | 367 | 0 | 110 | 3 | 0 | 456 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11110111 | 0 | 1001000 | 11 | 0 | 100101110 | 1100011 | 1000000 |
Color Harmonies of #FE46F7
Complementary color
Monochromatic Colors of #FE46F7
Black with #FE46F7
Text Example
Text Example
White with #FE46F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46F7; }
p { color: rgb(254,70,247); }
H1.HeaderClassName
{
color: #FE46F7;
}
.AnyTagClassName
{
color: #FE46F7;
}
</style>
background-color css
<style>
a { background-color: #FE46F7; }
a { background-color: rgb(254,70,247); }
div.DivClassName
{
background-color: #FE46F7;
}
.BgClassName
{
background-color: #FE46F7;
}
</style>
border-color css
<style>
span { border-color: #FE46F7; }
span { border-color: rgb(254,70,247); }
td.TdClassName
{
border-color: #FE46F7;
}
.TagClassName
{
border-color: #FE46F7;
}
</style>