Shades of Pink Flamingo #FE44F6
Tints of Pink Flamingo #FE44F6
RGB
CMYK
RGB Variations
Color information
#FE44F6 (or 0xFE44F6) is known color: Pink Flamingo. HEX triplet: FE, 44 and F6. RGB value is (254,68,246). Sum of RGB (Red+Green+Blue) = 254+68+246=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 68 (26.95% from 255 or 11.97% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE44F6 is #01BB09. Grayscale: #8F8F8F. Windows color (decimal): -113418 or 16139518. OLE color: 16139518.
HSL color Cylindrical-coordinate representation of color #FE44F6: hue angle of 302.58º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE44F6 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 246 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.00 |
| HSL | 302.58º | 0.99% | 0.63% | - |
| HSV(B) | 302.58º | 0.73% | 1% | - |
| XYZ | 59.57 | 31.86 | 90.2 | - |
| YUV | 143.91 | 185.62 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 246 | 0 | 0.73 | 0.03 | 0.00 | 302.58 | 0.99 | 0.63 |
| Hex | FE | 44 | F6 | 0 | 49 | 3 | 0 | 12F | 63 | 3F |
| Octal | 376 | 104 | 366 | 0 | 111 | 3 | 0 | 457 | 143 | 77 |
| Binary | 11111110 | 1000100 | 11110110 | 0 | 1001001 | 11 | 0 | 100101111 | 1100011 | 111111 |
Color Harmonies of #FE44F6
Complementary color
Monochromatic Colors of #FE44F6
Black with #FE44F6
Text Example
Text Example
White with #FE44F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44F6; }
p { color: rgb(254,68,246); }
H1.HeaderClassName
{
color: #FE44F6;
}
.AnyTagClassName
{
color: #FE44F6;
}
</style>
background-color css
<style>
a { background-color: #FE44F6; }
a { background-color: rgb(254,68,246); }
div.DivClassName
{
background-color: #FE44F6;
}
.BgClassName
{
background-color: #FE44F6;
}
</style>
border-color css
<style>
span { border-color: #FE44F6; }
span { border-color: rgb(254,68,246); }
td.TdClassName
{
border-color: #FE44F6;
}
.TagClassName
{
border-color: #FE44F6;
}
</style>