Shades of Pink Flamingo #F149F8
Tints of Pink Flamingo #F149F8
RGB
CMYK
RGB Variations
Color information
#F149F8 (or 0xF149F8) is known color: Pink Flamingo. HEX triplet: F1, 49 and F8. RGB value is (241,73,248). Sum of RGB (Red+Green+Blue) = 241+73+248=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 73 (28.91% from 255 or 12.99% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #F149F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F149F8 is #0EB607. Grayscale: #8E8E8E. Windows color (decimal): -964104 or 16271857. OLE color: 16271857.
HSL color Cylindrical-coordinate representation of color #F149F8: hue angle of 297.6º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F149F8 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 73 | 248 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.03 |
| HSL | 297.6º | 0.93% | 0.63% | - |
| HSV(B) | 297.6º | 0.71% | 0.97% | - |
| XYZ | 55.6 | 30.24 | 91.71 | - |
| YUV | 143.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 248 | 0.03 | 0.71 | 0 | 0.03 | 297.6 | 0.93 | 0.63 |
| Hex | F1 | 49 | F8 | 3 | 47 | 0 | 3 | 12A | 5D | 3F |
| Octal | 361 | 111 | 370 | 3 | 107 | 0 | 3 | 452 | 135 | 77 |
| Binary | 11110001 | 1001001 | 11111000 | 11 | 1000111 | 0 | 11 | 100101010 | 1011101 | 111111 |
Color Harmonies of #F149F8
Complementary color
Monochromatic Colors of #F149F8
Black with #F149F8
Text Example
Text Example
White with #F149F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149F8; }
p { color: rgb(241,73,248); }
H1.HeaderClassName
{
color: #F149F8;
}
.AnyTagClassName
{
color: #F149F8;
}
</style>
background-color css
<style>
a { background-color: #F149F8; }
a { background-color: rgb(241,73,248); }
div.DivClassName
{
background-color: #F149F8;
}
.BgClassName
{
background-color: #F149F8;
}
</style>
border-color css
<style>
span { border-color: #F149F8; }
span { border-color: rgb(241,73,248); }
td.TdClassName
{
border-color: #F149F8;
}
.TagClassName
{
border-color: #F149F8;
}
</style>