Shades of Pink Flamingo #F149FF
Tints of Pink Flamingo #F149FF
RGB
CMYK
RGB Variations
Color information
#F149FF (or 0xF149FF) is known color: Pink Flamingo. HEX triplet: F1, 49 and FF. RGB value is (241,73,255). Sum of RGB (Red+Green+Blue) = 241+73+255=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 73 (28.91% from 255 or 12.83% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #F149FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F149FF is #0EB600. Grayscale: #8F8F8F. Windows color (decimal): -964097 or 16730609. OLE color: 16730609.
HSL color Cylindrical-coordinate representation of color #F149FF: hue angle of 295.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F149FF is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 73 | 255 | - |
| CMYK | 0.05 | 0.71 | 0 | 0 |
| HSL | 295.38º | 1% | 0.64% | - |
| HSV(B) | 295.38º | 0.71% | 1% | - |
| XYZ | 56.71 | 30.69 | 97.54 | - |
| YUV | 143.98 | 190.66 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 255 | 0.05 | 0.71 | 0 | 0 | 295.38 | 1 | 0.64 |
| Hex | F1 | 49 | FF | 5 | 47 | 0 | 0 | 127 | 64 | 40 |
| Octal | 361 | 111 | 377 | 5 | 107 | 0 | 0 | 447 | 144 | 100 |
| Binary | 11110001 | 1001001 | 11111111 | 101 | 1000111 | 0 | 0 | 100100111 | 1100100 | 1000000 |
Color Harmonies of #F149FF
Complementary color
Monochromatic Colors of #F149FF
Black with #F149FF
Text Example
Text Example
White with #F149FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F149FF; }
p { color: rgb(241,73,255); }
H1.HeaderClassName
{
color: #F149FF;
}
.AnyTagClassName
{
color: #F149FF;
}
</style>
background-color css
<style>
a { background-color: #F149FF; }
a { background-color: rgb(241,73,255); }
div.DivClassName
{
background-color: #F149FF;
}
.BgClassName
{
background-color: #F149FF;
}
</style>
border-color css
<style>
span { border-color: #F149FF; }
span { border-color: rgb(241,73,255); }
td.TdClassName
{
border-color: #F149FF;
}
.TagClassName
{
border-color: #F149FF;
}
</style>