Shades of Pink Flamingo #F149FE
Tints of Pink Flamingo #F149FE
RGB
CMYK
RGB Variations
Color information
#F149FE (or 0xF149FE) is known color: Pink Flamingo. HEX triplet: F1, 49 and FE. RGB value is (241,73,254). Sum of RGB (Red+Green+Blue) = 241+73+254=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 73 (28.91% from 255 or 12.85% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #F149FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F149FE is #0EB601. Grayscale: #8F8F8F. Windows color (decimal): -964098 or 16665073. OLE color: 16665073.
HSL color Cylindrical-coordinate representation of color #F149FE: hue angle of 295.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 #F149FE is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 241 | 73 | 254 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.00 |
| HSL | 295.69º | 0.99% | 0.64% | - |
| HSV(B) | 295.69º | 0.71% | 1% | - |
| XYZ | 56.55 | 30.62 | 96.7 | - |
| YUV | 143.87 | 190.16 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 254 | 0.05 | 0.71 | 0 | 0.00 | 295.69 | 0.99 | 0.64 |
| Hex | F1 | 49 | FE | 5 | 47 | 0 | 0 | 128 | 63 | 40 |
| Octal | 361 | 111 | 376 | 5 | 107 | 0 | 0 | 450 | 143 | 100 |
| Binary | 11110001 | 1001001 | 11111110 | 101 | 1000111 | 0 | 0 | 100101000 | 1100011 | 1000000 |
Color Harmonies of #F149FE
Complementary color
Monochromatic Colors of #F149FE
Black with #F149FE
Text Example
Text Example
White with #F149FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149FE; }
p { color: rgb(241,73,254); }
H1.HeaderClassName
{
color: #F149FE;
}
.AnyTagClassName
{
color: #F149FE;
}
</style>
background-color css
<style>
a { background-color: #F149FE; }
a { background-color: rgb(241,73,254); }
div.DivClassName
{
background-color: #F149FE;
}
.BgClassName
{
background-color: #F149FE;
}
</style>
border-color css
<style>
span { border-color: #F149FE; }
span { border-color: rgb(241,73,254); }
td.TdClassName
{
border-color: #F149FE;
}
.TagClassName
{
border-color: #F149FE;
}
</style>