Shades of Pink Flamingo #FE46FC
Tints of Pink Flamingo #FE46FC
RGB
CMYK
RGB Variations
Color information
#FE46FC (or 0xFE46FC) is known color: Pink Flamingo. HEX triplet: FE, 46 and FC. RGB value is (254,70,252). Sum of RGB (Red+Green+Blue) = 254+70+252=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 70 (27.73% from 255 or 12.15% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE46FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE46FC is #01B903. Grayscale: #919191. Windows color (decimal): -112900 or 16533246. OLE color: 16533246.
HSL color Cylindrical-coordinate representation of color #FE46FC: hue angle of 300.65º 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 #FE46FC is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 252 | - |
| CMYK | 0 | 0.72 | 0.01 | 0.00 |
| HSL | 300.65º | 0.99% | 0.64% | - |
| HSV(B) | 300.65º | 0.72% | 1% | - |
| XYZ | 60.63 | 32.48 | 95.17 | - |
| YUV | 145.76 | 187.96 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 252 | 0 | 0.72 | 0.01 | 0.00 | 300.65 | 0.99 | 0.64 |
| Hex | FE | 46 | FC | 0 | 48 | 1 | 0 | 12D | 63 | 40 |
| Octal | 376 | 106 | 374 | 0 | 110 | 1 | 0 | 455 | 143 | 100 |
| Binary | 11111110 | 1000110 | 11111100 | 0 | 1001000 | 1 | 0 | 100101101 | 1100011 | 1000000 |
Color Harmonies of #FE46FC
Complementary color
Monochromatic Colors of #FE46FC
Black with #FE46FC
Text Example
Text Example
White with #FE46FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE46FC; }
p { color: rgb(254,70,252); }
H1.HeaderClassName
{
color: #FE46FC;
}
.AnyTagClassName
{
color: #FE46FC;
}
</style>
background-color css
<style>
a { background-color: #FE46FC; }
a { background-color: rgb(254,70,252); }
div.DivClassName
{
background-color: #FE46FC;
}
.BgClassName
{
background-color: #FE46FC;
}
</style>
border-color css
<style>
span { border-color: #FE46FC; }
span { border-color: rgb(254,70,252); }
td.TdClassName
{
border-color: #FE46FC;
}
.TagClassName
{
border-color: #FE46FC;
}
</style>