Shades of Pink Flamingo #F14BF2
Tints of Pink Flamingo #F14BF2
RGB
CMYK
RGB Variations
Color information
#F14BF2 (or 0xF14BF2) is known color: Pink Flamingo. HEX triplet: F1, 4B and F2. RGB value is (241,75,242). Sum of RGB (Red+Green+Blue) = 241+75+242=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 75 (29.69% from 255 or 13.44% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #F14BF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14BF2 is #0EB40D. Grayscale: #8F8F8F. Windows color (decimal): -963598 or 15879153. OLE color: 15879153.
HSL color Cylindrical-coordinate representation of color #F14BF2: hue angle of 299.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14BF2 is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 75 | 242 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.05 |
| HSL | 299.64º | 0.87% | 0.62% | - |
| HSV(B) | 299.64º | 0.69% | 0.95% | - |
| XYZ | 54.82 | 30.14 | 86.93 | - |
| YUV | 143.67 | 183.5 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 75 | 242 | 0.00 | 0.69 | 0 | 0.05 | 299.64 | 0.87 | 0.62 |
| Hex | F1 | 4B | F2 | 0 | 45 | 0 | 5 | 12C | 57 | 3E |
| Octal | 361 | 113 | 362 | 0 | 105 | 0 | 5 | 454 | 127 | 76 |
| Binary | 11110001 | 1001011 | 11110010 | 0 | 1000101 | 0 | 101 | 100101100 | 1010111 | 111110 |
Color Harmonies of #F14BF2
Complementary color
Monochromatic Colors of #F14BF2
Black with #F14BF2
Text Example
Text Example
White with #F14BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14BF2; }
p { color: rgb(241,75,242); }
H1.HeaderClassName
{
color: #F14BF2;
}
.AnyTagClassName
{
color: #F14BF2;
}
</style>
background-color css
<style>
a { background-color: #F14BF2; }
a { background-color: rgb(241,75,242); }
div.DivClassName
{
background-color: #F14BF2;
}
.BgClassName
{
background-color: #F14BF2;
}
</style>
border-color css
<style>
span { border-color: #F14BF2; }
span { border-color: rgb(241,75,242); }
td.TdClassName
{
border-color: #F14BF2;
}
.TagClassName
{
border-color: #F14BF2;
}
</style>