Shades of Pink Flamingo #FE4BF7
Tints of Pink Flamingo #FE4BF7
RGB
CMYK
RGB Variations
Color information
#FE4BF7 (or 0xFE4BF7) is known color: Pink Flamingo. HEX triplet: FE, 4B and F7. RGB value is (254,75,247). Sum of RGB (Red+Green+Blue) = 254+75+247=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 75 (29.69% from 255 or 13.02% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4BF7 is #01B408. Grayscale: #939393. Windows color (decimal): -111625 or 16206846. OLE color: 16206846.
HSL color Cylindrical-coordinate representation of color #FE4BF7: hue angle of 302.35º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4BF7 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 247 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.00 |
| HSL | 302.35º | 0.99% | 0.65% | - |
| HSV(B) | 302.35º | 0.7% | 1% | - |
| XYZ | 60.18 | 32.82 | 91.16 | - |
| YUV | 148.13 | 183.8 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 247 | 0 | 0.70 | 0.03 | 0.00 | 302.35 | 0.99 | 0.65 |
| Hex | FE | 4B | F7 | 0 | 46 | 3 | 0 | 12E | 63 | 41 |
| Octal | 376 | 113 | 367 | 0 | 106 | 3 | 0 | 456 | 143 | 101 |
| Binary | 11111110 | 1001011 | 11110111 | 0 | 1000110 | 11 | 0 | 100101110 | 1100011 | 1000001 |
Color Harmonies of #FE4BF7
Complementary color
Monochromatic Colors of #FE4BF7
Black with #FE4BF7
Text Example
Text Example
White with #FE4BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BF7; }
p { color: rgb(254,75,247); }
H1.HeaderClassName
{
color: #FE4BF7;
}
.AnyTagClassName
{
color: #FE4BF7;
}
</style>
background-color css
<style>
a { background-color: #FE4BF7; }
a { background-color: rgb(254,75,247); }
div.DivClassName
{
background-color: #FE4BF7;
}
.BgClassName
{
background-color: #FE4BF7;
}
</style>
border-color css
<style>
span { border-color: #FE4BF7; }
span { border-color: rgb(254,75,247); }
td.TdClassName
{
border-color: #FE4BF7;
}
.TagClassName
{
border-color: #FE4BF7;
}
</style>