Shades of Pink Flamingo #F140FA
Tints of Pink Flamingo #F140FA
RGB
CMYK
RGB Variations
Color information
#F140FA (or 0xF140FA) is known color: Pink Flamingo. HEX triplet: F1, 40 and FA. RGB value is (241,64,250). Sum of RGB (Red+Green+Blue) = 241+64+250=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 64 (25.39% from 255 or 11.53% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #F140FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F140FA is #0EBF05. Grayscale: #898989. Windows color (decimal): -966406 or 16400625. OLE color: 16400625.
HSL color Cylindrical-coordinate representation of color #F140FA: hue angle of 297.1º degrees, saturation: 0.95, 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 #F140FA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 64 | 250 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.02 |
| HSL | 297.1º | 0.95% | 0.62% | - |
| HSV(B) | 297.1º | 0.74% | 0.98% | - |
| XYZ | 55.36 | 29.27 | 93.17 | - |
| YUV | 138.13 | 191.14 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 250 | 0.04 | 0.74 | 0 | 0.02 | 297.1 | 0.95 | 0.62 |
| Hex | F1 | 40 | FA | 4 | 4A | 0 | 2 | 129 | 5F | 3E |
| Octal | 361 | 100 | 372 | 4 | 112 | 0 | 2 | 451 | 137 | 76 |
| Binary | 11110001 | 1000000 | 11111010 | 100 | 1001010 | 0 | 10 | 100101001 | 1011111 | 111110 |
Color Harmonies of #F140FA
Complementary color
Monochromatic Colors of #F140FA
Black with #F140FA
Text Example
Text Example
White with #F140FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140FA; }
p { color: rgb(241,64,250); }
H1.HeaderClassName
{
color: #F140FA;
}
.AnyTagClassName
{
color: #F140FA;
}
</style>
background-color css
<style>
a { background-color: #F140FA; }
a { background-color: rgb(241,64,250); }
div.DivClassName
{
background-color: #F140FA;
}
.BgClassName
{
background-color: #F140FA;
}
</style>
border-color css
<style>
span { border-color: #F140FA; }
span { border-color: rgb(241,64,250); }
td.TdClassName
{
border-color: #F140FA;
}
.TagClassName
{
border-color: #F140FA;
}
</style>