Shades of Pink Flamingo #FE4BF1
Tints of Pink Flamingo #FE4BF1
RGB
CMYK
RGB Variations
Color information
#FE4BF1 (or 0xFE4BF1) is known color: Pink Flamingo. HEX triplet: FE, 4B and F1. RGB value is (254,75,241). Sum of RGB (Red+Green+Blue) = 254+75+241=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 75 (29.69% from 255 or 13.16% from 570); Blue value is 241 (94.53% from 255 or 42.28% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE4BF1 is #01B40E. Grayscale: #929292. Windows color (decimal): -111631 or 15813630. OLE color: 15813630.
HSL color Cylindrical-coordinate representation of color #FE4BF1: hue angle of 304.36º 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 #FE4BF1 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 241 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.00 |
| HSL | 304.36º | 0.99% | 0.65% | - |
| HSV(B) | 304.36º | 0.7% | 1% | - |
| XYZ | 59.27 | 32.45 | 86.36 | - |
| YUV | 147.45 | 180.8 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 241 | 0 | 0.70 | 0.05 | 0.00 | 304.36 | 0.99 | 0.65 |
| Hex | FE | 4B | F1 | 0 | 46 | 5 | 0 | 130 | 63 | 41 |
| Octal | 376 | 113 | 361 | 0 | 106 | 5 | 0 | 460 | 143 | 101 |
| Binary | 11111110 | 1001011 | 11110001 | 0 | 1000110 | 101 | 0 | 100110000 | 1100011 | 1000001 |
Color Harmonies of #FE4BF1
Complementary color
Monochromatic Colors of #FE4BF1
Black with #FE4BF1
Text Example
Text Example
White with #FE4BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4BF1; }
p { color: rgb(254,75,241); }
H1.HeaderClassName
{
color: #FE4BF1;
}
.AnyTagClassName
{
color: #FE4BF1;
}
</style>
background-color css
<style>
a { background-color: #FE4BF1; }
a { background-color: rgb(254,75,241); }
div.DivClassName
{
background-color: #FE4BF1;
}
.BgClassName
{
background-color: #FE4BF1;
}
</style>
border-color css
<style>
span { border-color: #FE4BF1; }
span { border-color: rgb(254,75,241); }
td.TdClassName
{
border-color: #FE4BF1;
}
.TagClassName
{
border-color: #FE4BF1;
}
</style>