Shades of Pink Flamingo #F141FC
Tints of Pink Flamingo #F141FC
RGB
CMYK
RGB Variations
Color information
#F141FC (or 0xF141FC) is known color: Pink Flamingo. HEX triplet: F1, 41 and FC. RGB value is (241,65,252). Sum of RGB (Red+Green+Blue) = 241+65+252=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 65 (25.78% from 255 or 11.65% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #F141FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F141FC is #0EBE03. Grayscale: #8A8A8A. Windows color (decimal): -966148 or 16531953. OLE color: 16531953.
HSL color Cylindrical-coordinate representation of color #F141FC: hue angle of 296.47º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F141FC is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 65 | 252 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.01 |
| HSL | 296.47º | 0.97% | 0.62% | - |
| HSV(B) | 296.47º | 0.74% | 0.99% | - |
| XYZ | 55.74 | 29.51 | 94.85 | - |
| YUV | 138.94 | 191.81 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 252 | 0.04 | 0.74 | 0 | 0.01 | 296.47 | 0.97 | 0.62 |
| Hex | F1 | 41 | FC | 4 | 4A | 0 | 1 | 128 | 61 | 3E |
| Octal | 361 | 101 | 374 | 4 | 112 | 0 | 1 | 450 | 141 | 76 |
| Binary | 11110001 | 1000001 | 11111100 | 100 | 1001010 | 0 | 1 | 100101000 | 1100001 | 111110 |
Color Harmonies of #F141FC
Complementary color
Monochromatic Colors of #F141FC
Black with #F141FC
Text Example
Text Example
White with #F141FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141FC; }
p { color: rgb(241,65,252); }
H1.HeaderClassName
{
color: #F141FC;
}
.AnyTagClassName
{
color: #F141FC;
}
</style>
background-color css
<style>
a { background-color: #F141FC; }
a { background-color: rgb(241,65,252); }
div.DivClassName
{
background-color: #F141FC;
}
.BgClassName
{
background-color: #F141FC;
}
</style>
border-color css
<style>
span { border-color: #F141FC; }
span { border-color: rgb(241,65,252); }
td.TdClassName
{
border-color: #F141FC;
}
.TagClassName
{
border-color: #F141FC;
}
</style>