Shades of Pink Flamingo #F14AFB
Tints of Pink Flamingo #F14AFB
RGB
CMYK
RGB Variations
Color information
#F14AFB (or 0xF14AFB) is known color: Pink Flamingo. HEX triplet: F1, 4A and FB. RGB value is (241,74,251). Sum of RGB (Red+Green+Blue) = 241+74+251=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 74 (29.30% from 255 or 13.07% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #F14AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14AFB is #0EB504. Grayscale: #8F8F8F. Windows color (decimal): -963845 or 16468721. OLE color: 16468721.
HSL color Cylindrical-coordinate representation of color #F14AFB: hue angle of 296.61º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F14AFB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 74 | 251 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.02 |
| HSL | 296.61º | 0.96% | 0.64% | - |
| HSV(B) | 296.61º | 0.71% | 0.98% | - |
| XYZ | 56.14 | 30.56 | 94.21 | - |
| YUV | 144.11 | 188.33 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 251 | 0.04 | 0.71 | 0 | 0.02 | 296.61 | 0.96 | 0.64 |
| Hex | F1 | 4A | FB | 4 | 47 | 0 | 2 | 129 | 60 | 40 |
| Octal | 361 | 112 | 373 | 4 | 107 | 0 | 2 | 451 | 140 | 100 |
| Binary | 11110001 | 1001010 | 11111011 | 100 | 1000111 | 0 | 10 | 100101001 | 1100000 | 1000000 |
Color Harmonies of #F14AFB
Complementary color
Monochromatic Colors of #F14AFB
Black with #F14AFB
Text Example
Text Example
White with #F14AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14AFB; }
p { color: rgb(241,74,251); }
H1.HeaderClassName
{
color: #F14AFB;
}
.AnyTagClassName
{
color: #F14AFB;
}
</style>
background-color css
<style>
a { background-color: #F14AFB; }
a { background-color: rgb(241,74,251); }
div.DivClassName
{
background-color: #F14AFB;
}
.BgClassName
{
background-color: #F14AFB;
}
</style>
border-color css
<style>
span { border-color: #F14AFB; }
span { border-color: rgb(241,74,251); }
td.TdClassName
{
border-color: #F14AFB;
}
.TagClassName
{
border-color: #F14AFB;
}
</style>