Shades of Pink Flamingo #F149FB
Tints of Pink Flamingo #F149FB
RGB
CMYK
RGB Variations
Color information
#F149FB (or 0xF149FB) is known color: Pink Flamingo. HEX triplet: F1, 49 and FB. RGB value is (241,73,251). Sum of RGB (Red+Green+Blue) = 241+73+251=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 73 (28.91% from 255 or 12.92% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #F149FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F149FB is #0EB604. Grayscale: #8E8E8E. Windows color (decimal): -964101 or 16468465. OLE color: 16468465.
HSL color Cylindrical-coordinate representation of color #F149FB: hue angle of 296.63º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F149FB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 73 | 251 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.02 |
| HSL | 296.63º | 0.96% | 0.64% | - |
| HSV(B) | 296.63º | 0.71% | 0.98% | - |
| XYZ | 56.07 | 30.43 | 94.19 | - |
| YUV | 143.52 | 188.66 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 251 | 0.04 | 0.71 | 0 | 0.02 | 296.63 | 0.96 | 0.64 |
| Hex | F1 | 49 | FB | 4 | 47 | 0 | 2 | 129 | 60 | 40 |
| Octal | 361 | 111 | 373 | 4 | 107 | 0 | 2 | 451 | 140 | 100 |
| Binary | 11110001 | 1001001 | 11111011 | 100 | 1000111 | 0 | 10 | 100101001 | 1100000 | 1000000 |
Color Harmonies of #F149FB
Complementary color
Monochromatic Colors of #F149FB
Black with #F149FB
Text Example
Text Example
White with #F149FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149FB; }
p { color: rgb(241,73,251); }
H1.HeaderClassName
{
color: #F149FB;
}
.AnyTagClassName
{
color: #F149FB;
}
</style>
background-color css
<style>
a { background-color: #F149FB; }
a { background-color: rgb(241,73,251); }
div.DivClassName
{
background-color: #F149FB;
}
.BgClassName
{
background-color: #F149FB;
}
</style>
border-color css
<style>
span { border-color: #F149FB; }
span { border-color: rgb(241,73,251); }
td.TdClassName
{
border-color: #F149FB;
}
.TagClassName
{
border-color: #F149FB;
}
</style>