Shades of Pink Flamingo #FE46FE
Tints of Pink Flamingo #FE46FE
RGB
CMYK
RGB Variations
Color information
#FE46FE (or 0xFE46FE) is known color: Pink Flamingo. HEX triplet: FE, 46 and FE. RGB value is (254,70,254). Sum of RGB (Red+Green+Blue) = 254+70+254=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 70 (27.73% from 255 or 12.11% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE46FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE46FE is #01B901. Grayscale: #919191. Windows color (decimal): -112898 or 16664318. OLE color: 16664318.
HSL color Cylindrical-coordinate representation of color #FE46FE: hue angle of 300º 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 #FE46FE is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 254 | - |
| CMYK | 0 | 0.72 | 0 | 0.00 |
| HSL | 300º | 0.99% | 0.64% | - |
| HSV(B) | 300º | 0.72% | 1% | - |
| XYZ | 60.95 | 32.61 | 96.85 | - |
| YUV | 145.99 | 188.96 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 254 | 0 | 0.72 | 0 | 0.00 | 300 | 0.99 | 0.64 |
| Hex | FE | 46 | FE | 0 | 48 | 0 | 0 | 12C | 63 | 40 |
| Octal | 376 | 106 | 376 | 0 | 110 | 0 | 0 | 454 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11111110 | 0 | 1001000 | 0 | 0 | 100101100 | 1100011 | 1000000 |
Color Harmonies of #FE46FE
Complementary color
Monochromatic Colors of #FE46FE
Black with #FE46FE
Text Example
Text Example
White with #FE46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46FE; }
p { color: rgb(254,70,254); }
H1.HeaderClassName
{
color: #FE46FE;
}
.AnyTagClassName
{
color: #FE46FE;
}
</style>
background-color css
<style>
a { background-color: #FE46FE; }
a { background-color: rgb(254,70,254); }
div.DivClassName
{
background-color: #FE46FE;
}
.BgClassName
{
background-color: #FE46FE;
}
</style>
border-color css
<style>
span { border-color: #FE46FE; }
span { border-color: rgb(254,70,254); }
td.TdClassName
{
border-color: #FE46FE;
}
.TagClassName
{
border-color: #FE46FE;
}
</style>