Shades of Pink Flamingo #F151FA
Tints of Pink Flamingo #F151FA
RGB
CMYK
RGB Variations
Color information
#F151FA (or 0xF151FA) is known color: Pink Flamingo. HEX triplet: F1, 51 and FA. RGB value is (241,81,250). Sum of RGB (Red+Green+Blue) = 241+81+250=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 81 (32.03% from 255 or 14.16% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #F151FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F151FA is #0EAE05. Grayscale: #939393. Windows color (decimal): -962054 or 16404977. OLE color: 16404977.
HSL color Cylindrical-coordinate representation of color #F151FA: hue angle of 296.8º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F151FA is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 81 | 250 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.02 |
| HSL | 296.8º | 0.94% | 0.65% | - |
| HSV(B) | 296.8º | 0.68% | 0.98% | - |
| XYZ | 56.47 | 31.49 | 93.54 | - |
| YUV | 148.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 81 | 250 | 0.04 | 0.68 | 0 | 0.02 | 296.8 | 0.94 | 0.65 |
| Hex | F1 | 51 | FA | 4 | 44 | 0 | 2 | 129 | 5E | 41 |
| Octal | 361 | 121 | 372 | 4 | 104 | 0 | 2 | 451 | 136 | 101 |
| Binary | 11110001 | 1010001 | 11111010 | 100 | 1000100 | 0 | 10 | 100101001 | 1011110 | 1000001 |
Color Harmonies of #F151FA
Complementary color
Monochromatic Colors of #F151FA
Black with #F151FA
Text Example
Text Example
White with #F151FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F151FA; }
p { color: rgb(241,81,250); }
H1.HeaderClassName
{
color: #F151FA;
}
.AnyTagClassName
{
color: #F151FA;
}
</style>
background-color css
<style>
a { background-color: #F151FA; }
a { background-color: rgb(241,81,250); }
div.DivClassName
{
background-color: #F151FA;
}
.BgClassName
{
background-color: #F151FA;
}
</style>
border-color css
<style>
span { border-color: #F151FA; }
span { border-color: rgb(241,81,250); }
td.TdClassName
{
border-color: #F151FA;
}
.TagClassName
{
border-color: #F151FA;
}
</style>