Shades of Pink Flamingo #F14CF1
Tints of Pink Flamingo #F14CF1
RGB
CMYK
RGB Variations
Color information
#F14CF1 (or 0xF14CF1) is known color: Pink Flamingo. HEX triplet: F1, 4C and F1. RGB value is (241,76,241). Sum of RGB (Red+Green+Blue) = 241+76+241=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 76 (30.08% from 255 or 13.62% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F14CF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14CF1 is #0EB30E. Grayscale: #8F8F8F. Windows color (decimal): -963343 or 15813873. OLE color: 15813873.
HSL color Cylindrical-coordinate representation of color #F14CF1: hue angle of 300º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14CF1 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 76 | 241 | - |
| CMYK | 0 | 0.68 | 0 | 0.05 |
| HSL | 300º | 0.85% | 0.62% | - |
| HSV(B) | 300º | 0.68% | 0.95% | - |
| XYZ | 54.74 | 30.22 | 86.17 | - |
| YUV | 144.15 | 182.66 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 76 | 241 | 0 | 0.68 | 0 | 0.05 | 300 | 0.85 | 0.62 |
| Hex | F1 | 4C | F1 | 0 | 44 | 0 | 5 | 12C | 55 | 3E |
| Octal | 361 | 114 | 361 | 0 | 104 | 0 | 5 | 454 | 125 | 76 |
| Binary | 11110001 | 1001100 | 11110001 | 0 | 1000100 | 0 | 101 | 100101100 | 1010101 | 111110 |
Color Harmonies of #F14CF1
Complementary color
Monochromatic Colors of #F14CF1
Black with #F14CF1
Text Example
Text Example
White with #F14CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14CF1; }
p { color: rgb(241,76,241); }
H1.HeaderClassName
{
color: #F14CF1;
}
.AnyTagClassName
{
color: #F14CF1;
}
</style>
background-color css
<style>
a { background-color: #F14CF1; }
a { background-color: rgb(241,76,241); }
div.DivClassName
{
background-color: #F14CF1;
}
.BgClassName
{
background-color: #F14CF1;
}
</style>
border-color css
<style>
span { border-color: #F14CF1; }
span { border-color: rgb(241,76,241); }
td.TdClassName
{
border-color: #F14CF1;
}
.TagClassName
{
border-color: #F14CF1;
}
</style>