Shades of Pink Flamingo #F141F6
Tints of Pink Flamingo #F141F6
RGB
CMYK
RGB Variations
Color information
#F141F6 (or 0xF141F6) is known color: Pink Flamingo. HEX triplet: F1, 41 and F6. RGB value is (241,65,246). Sum of RGB (Red+Green+Blue) = 241+65+246=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 65 (25.78% from 255 or 11.78% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #F141F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F141F6 is #0EBE09. Grayscale: #898989. Windows color (decimal): -966154 or 16138737. OLE color: 16138737.
HSL color Cylindrical-coordinate representation of color #F141F6: hue angle of 298.34º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F141F6 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 65 | 246 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.04 |
| HSL | 298.34º | 0.91% | 0.61% | - |
| HSV(B) | 298.34º | 0.74% | 0.96% | - |
| XYZ | 54.8 | 29.14 | 89.92 | - |
| YUV | 138.26 | 188.81 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 246 | 0.02 | 0.74 | 0 | 0.04 | 298.34 | 0.91 | 0.61 |
| Hex | F1 | 41 | F6 | 2 | 4A | 0 | 4 | 12A | 5B | 3D |
| Octal | 361 | 101 | 366 | 2 | 112 | 0 | 4 | 452 | 133 | 75 |
| Binary | 11110001 | 1000001 | 11110110 | 10 | 1001010 | 0 | 100 | 100101010 | 1011011 | 111101 |
Color Harmonies of #F141F6
Complementary color
Monochromatic Colors of #F141F6
Black with #F141F6
Text Example
Text Example
White with #F141F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141F6; }
p { color: rgb(241,65,246); }
H1.HeaderClassName
{
color: #F141F6;
}
.AnyTagClassName
{
color: #F141F6;
}
</style>
background-color css
<style>
a { background-color: #F141F6; }
a { background-color: rgb(241,65,246); }
div.DivClassName
{
background-color: #F141F6;
}
.BgClassName
{
background-color: #F141F6;
}
</style>
border-color css
<style>
span { border-color: #F141F6; }
span { border-color: rgb(241,65,246); }
td.TdClassName
{
border-color: #F141F6;
}
.TagClassName
{
border-color: #F141F6;
}
</style>