Shades of Pink Flamingo #F449FE
Tints of Pink Flamingo #F449FE
RGB
CMYK
RGB Variations
Color information
#F449FE (or 0xF449FE) is known color: Pink Flamingo. HEX triplet: F4, 49 and FE. RGB value is (244,73,254). Sum of RGB (Red+Green+Blue) = 244+73+254=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 73 (28.91% from 255 or 12.78% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #F449FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F449FE is #0BB601. Grayscale: #909090. Windows color (decimal): -767490 or 16665076. OLE color: 16665076.
HSL color Cylindrical-coordinate representation of color #F449FE: hue angle of 296.69º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F449FE is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 73 | 254 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.00 |
| HSL | 296.69º | 0.99% | 0.64% | - |
| HSV(B) | 296.69º | 0.71% | 1% | - |
| XYZ | 57.58 | 31.15 | 96.74 | - |
| YUV | 144.76 | 189.65 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 254 | 0.04 | 0.71 | 0 | 0.00 | 296.69 | 0.99 | 0.64 |
| Hex | F4 | 49 | FE | 4 | 47 | 0 | 0 | 129 | 63 | 40 |
| Octal | 364 | 111 | 376 | 4 | 107 | 0 | 0 | 451 | 143 | 100 |
| Binary | 11110100 | 1001001 | 11111110 | 100 | 1000111 | 0 | 0 | 100101001 | 1100011 | 1000000 |
Color Harmonies of #F449FE
Complementary color
Monochromatic Colors of #F449FE
Black with #F449FE
Text Example
Text Example
White with #F449FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F449FE; }
p { color: rgb(244,73,254); }
H1.HeaderClassName
{
color: #F449FE;
}
.AnyTagClassName
{
color: #F449FE;
}
</style>
background-color css
<style>
a { background-color: #F449FE; }
a { background-color: rgb(244,73,254); }
div.DivClassName
{
background-color: #F449FE;
}
.BgClassName
{
background-color: #F449FE;
}
</style>
border-color css
<style>
span { border-color: #F449FE; }
span { border-color: rgb(244,73,254); }
td.TdClassName
{
border-color: #F449FE;
}
.TagClassName
{
border-color: #F449FE;
}
</style>