Shades of Pink Flamingo #F14CFB
Tints of Pink Flamingo #F14CFB
RGB
CMYK
RGB Variations
Color information
#F14CFB (or 0xF14CFB) is known color: Pink Flamingo. HEX triplet: F1, 4C and FB. RGB value is (241,76,251). Sum of RGB (Red+Green+Blue) = 241+76+251=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 76 (30.08% from 255 or 13.38% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #F14CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14CFB is #0EB304. Grayscale: #909090. Windows color (decimal): -963333 or 16469233. OLE color: 16469233.
HSL color Cylindrical-coordinate representation of color #F14CFB: hue angle of 296.57º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14CFB is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 76 | 251 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.02 |
| HSL | 296.57º | 0.96% | 0.64% | - |
| HSV(B) | 296.57º | 0.7% | 0.98% | - |
| XYZ | 56.27 | 30.83 | 94.25 | - |
| YUV | 145.29 | 187.66 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 251 | 0.04 | 0.70 | 0 | 0.02 | 296.57 | 0.96 | 0.64 |
| Hex | F1 | 4C | FB | 4 | 46 | 0 | 2 | 129 | 60 | 40 |
| Octal | 361 | 114 | 373 | 4 | 106 | 0 | 2 | 451 | 140 | 100 |
| Binary | 11110001 | 1001100 | 11111011 | 100 | 1000110 | 0 | 10 | 100101001 | 1100000 | 1000000 |
Color Harmonies of #F14CFB
Complementary color
Monochromatic Colors of #F14CFB
Black with #F14CFB
Text Example
Text Example
White with #F14CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14CFB; }
p { color: rgb(241,76,251); }
H1.HeaderClassName
{
color: #F14CFB;
}
.AnyTagClassName
{
color: #F14CFB;
}
</style>
background-color css
<style>
a { background-color: #F14CFB; }
a { background-color: rgb(241,76,251); }
div.DivClassName
{
background-color: #F14CFB;
}
.BgClassName
{
background-color: #F14CFB;
}
</style>
border-color css
<style>
span { border-color: #F14CFB; }
span { border-color: rgb(241,76,251); }
td.TdClassName
{
border-color: #F14CFB;
}
.TagClassName
{
border-color: #F14CFB;
}
</style>