Shades of Pink Flamingo #F14FFB
Tints of Pink Flamingo #F14FFB
RGB
CMYK
RGB Variations
Color information
#F14FFB (or 0xF14FFB) is known color: Pink Flamingo. HEX triplet: F1, 4F and FB. RGB value is (241,79,251). Sum of RGB (Red+Green+Blue) = 241+79+251=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 79 (31.25% from 255 or 13.84% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #F14FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14FFB is #0EB004. Grayscale: #929292. Windows color (decimal): -962565 or 16470001. OLE color: 16470001.
HSL color Cylindrical-coordinate representation of color #F14FFB: hue angle of 296.51º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14FFB is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 79 | 251 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.02 |
| HSL | 296.51º | 0.96% | 0.65% | - |
| HSV(B) | 296.51º | 0.69% | 0.98% | - |
| XYZ | 56.48 | 31.26 | 94.32 | - |
| YUV | 147.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 79 | 251 | 0.04 | 0.69 | 0 | 0.02 | 296.51 | 0.96 | 0.65 |
| Hex | F1 | 4F | FB | 4 | 45 | 0 | 2 | 129 | 60 | 41 |
| Octal | 361 | 117 | 373 | 4 | 105 | 0 | 2 | 451 | 140 | 101 |
| Binary | 11110001 | 1001111 | 11111011 | 100 | 1000101 | 0 | 10 | 100101001 | 1100000 | 1000001 |
Color Harmonies of #F14FFB
Complementary color
Monochromatic Colors of #F14FFB
Black with #F14FFB
Text Example
Text Example
White with #F14FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14FFB; }
p { color: rgb(241,79,251); }
H1.HeaderClassName
{
color: #F14FFB;
}
.AnyTagClassName
{
color: #F14FFB;
}
</style>
background-color css
<style>
a { background-color: #F14FFB; }
a { background-color: rgb(241,79,251); }
div.DivClassName
{
background-color: #F14FFB;
}
.BgClassName
{
background-color: #F14FFB;
}
</style>
border-color css
<style>
span { border-color: #F14FFB; }
span { border-color: rgb(241,79,251); }
td.TdClassName
{
border-color: #F14FFB;
}
.TagClassName
{
border-color: #F14FFB;
}
</style>