Shades of Pink Flamingo #FE46FA
Tints of Pink Flamingo #FE46FA
RGB
CMYK
RGB Variations
Color information
#FE46FA (or 0xFE46FA) is known color: Pink Flamingo. HEX triplet: FE, 46 and FA. RGB value is (254,70,250). Sum of RGB (Red+Green+Blue) = 254+70+250=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 70 (27.73% from 255 or 12.20% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE46FA is #01B905. Grayscale: #919191. Windows color (decimal): -112902 or 16402174. OLE color: 16402174.
HSL color Cylindrical-coordinate representation of color #FE46FA: hue angle of 301.3º 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 #FE46FA is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 250 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.00 |
| HSL | 301.3º | 0.99% | 0.64% | - |
| HSV(B) | 301.3º | 0.72% | 1% | - |
| XYZ | 60.32 | 32.35 | 93.51 | - |
| YUV | 145.54 | 186.96 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 250 | 0 | 0.72 | 0.02 | 0.00 | 301.3 | 0.99 | 0.64 |
| Hex | FE | 46 | FA | 0 | 48 | 2 | 0 | 12D | 63 | 40 |
| Octal | 376 | 106 | 372 | 0 | 110 | 2 | 0 | 455 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11111010 | 0 | 1001000 | 10 | 0 | 100101101 | 1100011 | 1000000 |
Color Harmonies of #FE46FA
Complementary color
Monochromatic Colors of #FE46FA
Black with #FE46FA
Text Example
Text Example
White with #FE46FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46FA; }
p { color: rgb(254,70,250); }
H1.HeaderClassName
{
color: #FE46FA;
}
.AnyTagClassName
{
color: #FE46FA;
}
</style>
background-color css
<style>
a { background-color: #FE46FA; }
a { background-color: rgb(254,70,250); }
div.DivClassName
{
background-color: #FE46FA;
}
.BgClassName
{
background-color: #FE46FA;
}
</style>
border-color css
<style>
span { border-color: #FE46FA; }
span { border-color: rgb(254,70,250); }
td.TdClassName
{
border-color: #FE46FA;
}
.TagClassName
{
border-color: #FE46FA;
}
</style>