Shades of Pink Flamingo #FE41FA
Tints of Pink Flamingo #FE41FA
RGB
CMYK
RGB Variations
Color information
#FE41FA (or 0xFE41FA) is known color: Pink Flamingo. HEX triplet: FE, 41 and FA. RGB value is (254,65,250). Sum of RGB (Red+Green+Blue) = 254+65+250=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 65 (25.78% from 255 or 11.42% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE41FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE41FA is #01BE05. Grayscale: #8E8E8E. Windows color (decimal): -114182 or 16400894. OLE color: 16400894.
HSL color Cylindrical-coordinate representation of color #FE41FA: hue angle of 301.27º 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 #FE41FA is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 250 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.00 |
| HSL | 301.27º | 0.99% | 0.63% | - |
| HSV(B) | 301.27º | 0.74% | 1% | - |
| XYZ | 60.02 | 31.75 | 93.41 | - |
| YUV | 142.6 | 188.62 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 250 | 0 | 0.74 | 0.02 | 0.00 | 301.27 | 0.99 | 0.63 |
| Hex | FE | 41 | FA | 0 | 4A | 2 | 0 | 12D | 63 | 3F |
| Octal | 376 | 101 | 372 | 0 | 112 | 2 | 0 | 455 | 143 | 77 |
| Binary | 11111110 | 1000001 | 11111010 | 0 | 1001010 | 10 | 0 | 100101101 | 1100011 | 111111 |
Color Harmonies of #FE41FA
Complementary color
Monochromatic Colors of #FE41FA
Black with #FE41FA
Text Example
Text Example
White with #FE41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE41FA; }
p { color: rgb(254,65,250); }
H1.HeaderClassName
{
color: #FE41FA;
}
.AnyTagClassName
{
color: #FE41FA;
}
</style>
background-color css
<style>
a { background-color: #FE41FA; }
a { background-color: rgb(254,65,250); }
div.DivClassName
{
background-color: #FE41FA;
}
.BgClassName
{
background-color: #FE41FA;
}
</style>
border-color css
<style>
span { border-color: #FE41FA; }
span { border-color: rgb(254,65,250); }
td.TdClassName
{
border-color: #FE41FA;
}
.TagClassName
{
border-color: #FE41FA;
}
</style>