Shades of Pink Flamingo #FE48FA
Tints of Pink Flamingo #FE48FA
RGB
CMYK
RGB Variations
Color information
#FE48FA (or 0xFE48FA) is known color: Pink Flamingo. HEX triplet: FE, 48 and FA. RGB value is (254,72,250). Sum of RGB (Red+Green+Blue) = 254+72+250=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 72 (28.52% from 255 or 12.5% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE48FA is #01B705. Grayscale: #929292. Windows color (decimal): -112390 or 16402686. OLE color: 16402686.
HSL color Cylindrical-coordinate representation of color #FE48FA: hue angle of 301.32º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE48FA is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 72 | 250 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.00 |
| HSL | 301.32º | 0.99% | 0.64% | - |
| HSV(B) | 301.32º | 0.72% | 1% | - |
| XYZ | 60.45 | 32.61 | 93.55 | - |
| YUV | 146.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 72 | 250 | 0 | 0.72 | 0.02 | 0.00 | 301.32 | 0.99 | 0.64 |
| Hex | FE | 48 | FA | 0 | 48 | 2 | 0 | 12D | 63 | 40 |
| Octal | 376 | 110 | 372 | 0 | 110 | 2 | 0 | 455 | 143 | 100 |
| Binary | 11111110 | 1001000 | 11111010 | 0 | 1001000 | 10 | 0 | 100101101 | 1100011 | 1000000 |
Color Harmonies of #FE48FA
Complementary color
Monochromatic Colors of #FE48FA
Black with #FE48FA
Text Example
Text Example
White with #FE48FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE48FA; }
p { color: rgb(254,72,250); }
H1.HeaderClassName
{
color: #FE48FA;
}
.AnyTagClassName
{
color: #FE48FA;
}
</style>
background-color css
<style>
a { background-color: #FE48FA; }
a { background-color: rgb(254,72,250); }
div.DivClassName
{
background-color: #FE48FA;
}
.BgClassName
{
background-color: #FE48FA;
}
</style>
border-color css
<style>
span { border-color: #FE48FA; }
span { border-color: rgb(254,72,250); }
td.TdClassName
{
border-color: #FE48FA;
}
.TagClassName
{
border-color: #FE48FA;
}
</style>