Shades of Pink Flamingo #FE3BF7
Tints of Pink Flamingo #FE3BF7
RGB
CMYK
RGB Variations
Color information
#FE3BF7 (or 0xFE3BF7) is known color: Pink Flamingo. HEX triplet: FE, 3B and F7. RGB value is (254,59,247). Sum of RGB (Red+Green+Blue) = 254+59+247=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 59 (23.44% from 255 or 10.54% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE3BF7 is #01C408. Grayscale: #8A8A8A. Windows color (decimal): -115721 or 16202750. OLE color: 16202750.
HSL color Cylindrical-coordinate representation of color #FE3BF7: hue angle of 302.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3BF7 is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 247 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.00 |
| HSL | 302.15º | 0.99% | 0.61% | - |
| HSV(B) | 302.15º | 0.77% | 1% | - |
| XYZ | 59.23 | 30.91 | 90.84 | - |
| YUV | 138.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 247 | 0 | 0.77 | 0.03 | 0.00 | 302.15 | 0.99 | 0.61 |
| Hex | FE | 3B | F7 | 0 | 4D | 3 | 0 | 12E | 63 | 3D |
| Octal | 376 | 73 | 367 | 0 | 115 | 3 | 0 | 456 | 143 | 75 |
| Binary | 11111110 | 111011 | 11110111 | 0 | 1001101 | 11 | 0 | 100101110 | 1100011 | 111101 |
Color Harmonies of #FE3BF7
Complementary color
Monochromatic Colors of #FE3BF7
Black with #FE3BF7
Text Example
Text Example
White with #FE3BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BF7; }
p { color: rgb(254,59,247); }
H1.HeaderClassName
{
color: #FE3BF7;
}
.AnyTagClassName
{
color: #FE3BF7;
}
</style>
background-color css
<style>
a { background-color: #FE3BF7; }
a { background-color: rgb(254,59,247); }
div.DivClassName
{
background-color: #FE3BF7;
}
.BgClassName
{
background-color: #FE3BF7;
}
</style>
border-color css
<style>
span { border-color: #FE3BF7; }
span { border-color: rgb(254,59,247); }
td.TdClassName
{
border-color: #FE3BF7;
}
.TagClassName
{
border-color: #FE3BF7;
}
</style>