Shades of Pink Flamingo #FE41F8
Tints of Pink Flamingo #FE41F8
RGB
CMYK
RGB Variations
Color information
#FE41F8 (or 0xFE41F8) is known color: Pink Flamingo. HEX triplet: FE, 41 and F8. RGB value is (254,65,248). Sum of RGB (Red+Green+Blue) = 254+65+248=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 65 (25.78% from 255 or 11.46% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE41F8 is #01BE07. Grayscale: #8D8D8D. Windows color (decimal): -114184 or 16269822. OLE color: 16269822.
HSL color Cylindrical-coordinate representation of color #FE41F8: hue angle of 301.9º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE41F8 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 248 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.00 |
| HSL | 301.9º | 0.99% | 0.63% | - |
| HSV(B) | 301.9º | 0.74% | 1% | - |
| XYZ | 59.71 | 31.63 | 91.77 | - |
| YUV | 142.37 | 187.62 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 248 | 0 | 0.74 | 0.02 | 0.00 | 301.9 | 0.99 | 0.63 |
| Hex | FE | 41 | F8 | 0 | 4A | 2 | 0 | 12E | 63 | 3F |
| Octal | 376 | 101 | 370 | 0 | 112 | 2 | 0 | 456 | 143 | 77 |
| Binary | 11111110 | 1000001 | 11111000 | 0 | 1001010 | 10 | 0 | 100101110 | 1100011 | 111111 |
Color Harmonies of #FE41F8
Complementary color
Monochromatic Colors of #FE41F8
Black with #FE41F8
Text Example
Text Example
White with #FE41F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE41F8; }
p { color: rgb(254,65,248); }
H1.HeaderClassName
{
color: #FE41F8;
}
.AnyTagClassName
{
color: #FE41F8;
}
</style>
background-color css
<style>
a { background-color: #FE41F8; }
a { background-color: rgb(254,65,248); }
div.DivClassName
{
background-color: #FE41F8;
}
.BgClassName
{
background-color: #FE41F8;
}
</style>
border-color css
<style>
span { border-color: #FE41F8; }
span { border-color: rgb(254,65,248); }
td.TdClassName
{
border-color: #FE41F8;
}
.TagClassName
{
border-color: #FE41F8;
}
</style>