Shades of Pink Flamingo #F141FB
Tints of Pink Flamingo #F141FB
RGB
CMYK
RGB Variations
Color information
#F141FB (or 0xF141FB) is known color: Pink Flamingo. HEX triplet: F1, 41 and FB. RGB value is (241,65,251). Sum of RGB (Red+Green+Blue) = 241+65+251=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 65 (25.78% from 255 or 11.67% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #F141FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F141FB is #0EBE04. Grayscale: #8A8A8A. Windows color (decimal): -966149 or 16466417. OLE color: 16466417.
HSL color Cylindrical-coordinate representation of color #F141FB: hue angle of 296.77º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F141FB is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 65 | 251 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.02 |
| HSL | 296.77º | 0.96% | 0.62% | - |
| HSV(B) | 296.77º | 0.74% | 0.98% | - |
| XYZ | 55.58 | 29.45 | 94.02 | - |
| YUV | 138.83 | 191.31 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 251 | 0.04 | 0.74 | 0 | 0.02 | 296.77 | 0.96 | 0.62 |
| Hex | F1 | 41 | FB | 4 | 4A | 0 | 2 | 129 | 60 | 3E |
| Octal | 361 | 101 | 373 | 4 | 112 | 0 | 2 | 451 | 140 | 76 |
| Binary | 11110001 | 1000001 | 11111011 | 100 | 1001010 | 0 | 10 | 100101001 | 1100000 | 111110 |
Color Harmonies of #F141FB
Complementary color
Monochromatic Colors of #F141FB
Black with #F141FB
Text Example
Text Example
White with #F141FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141FB; }
p { color: rgb(241,65,251); }
H1.HeaderClassName
{
color: #F141FB;
}
.AnyTagClassName
{
color: #F141FB;
}
</style>
background-color css
<style>
a { background-color: #F141FB; }
a { background-color: rgb(241,65,251); }
div.DivClassName
{
background-color: #F141FB;
}
.BgClassName
{
background-color: #F141FB;
}
</style>
border-color css
<style>
span { border-color: #F141FB; }
span { border-color: rgb(241,65,251); }
td.TdClassName
{
border-color: #F141FB;
}
.TagClassName
{
border-color: #F141FB;
}
</style>