Shades of Pink Flamingo #F144FA
Tints of Pink Flamingo #F144FA
RGB
CMYK
RGB Variations
Color information
#F144FA (or 0xF144FA) is known color: Pink Flamingo. HEX triplet: F1, 44 and FA. RGB value is (241,68,250). Sum of RGB (Red+Green+Blue) = 241+68+250=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 68 (26.95% from 255 or 12.16% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #F144FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F144FA is #0EBB05. Grayscale: #8B8B8B. Windows color (decimal): -965382 or 16401649. OLE color: 16401649.
HSL color Cylindrical-coordinate representation of color #F144FA: hue angle of 297.03º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F144FA is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 68 | 250 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.02 |
| HSL | 297.03º | 0.95% | 0.62% | - |
| HSV(B) | 297.03º | 0.73% | 0.98% | - |
| XYZ | 55.6 | 29.74 | 93.25 | - |
| YUV | 140.48 | 189.81 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 250 | 0.04 | 0.73 | 0 | 0.02 | 297.03 | 0.95 | 0.62 |
| Hex | F1 | 44 | FA | 4 | 49 | 0 | 2 | 129 | 5F | 3E |
| Octal | 361 | 104 | 372 | 4 | 111 | 0 | 2 | 451 | 137 | 76 |
| Binary | 11110001 | 1000100 | 11111010 | 100 | 1001001 | 0 | 10 | 100101001 | 1011111 | 111110 |
Color Harmonies of #F144FA
Complementary color
Monochromatic Colors of #F144FA
Black with #F144FA
Text Example
Text Example
White with #F144FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144FA; }
p { color: rgb(241,68,250); }
H1.HeaderClassName
{
color: #F144FA;
}
.AnyTagClassName
{
color: #F144FA;
}
</style>
background-color css
<style>
a { background-color: #F144FA; }
a { background-color: rgb(241,68,250); }
div.DivClassName
{
background-color: #F144FA;
}
.BgClassName
{
background-color: #F144FA;
}
</style>
border-color css
<style>
span { border-color: #F144FA; }
span { border-color: rgb(241,68,250); }
td.TdClassName
{
border-color: #F144FA;
}
.TagClassName
{
border-color: #F144FA;
}
</style>