Shades of Pink Flamingo #F640F1
Tints of Pink Flamingo #F640F1
RGB
CMYK
RGB Variations
Color information
#F640F1 (or 0xF640F1) is known color: Pink Flamingo. HEX triplet: F6, 40 and F1. RGB value is (246,64,241). Sum of RGB (Red+Green+Blue) = 246+64+241=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F640F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F640F1 is #09BF0E. Grayscale: #8A8A8A. Windows color (decimal): -638735 or 15810806. OLE color: 15810806.
HSL color Cylindrical-coordinate representation of color #F640F1: hue angle of 301.65º 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 #F640F1 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 241 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.04 |
| HSL | 301.65º | 0.91% | 0.61% | - |
| HSV(B) | 301.65º | 0.74% | 0.96% | - |
| XYZ | 55.72 | 29.61 | 86 | - |
| YUV | 138.6 | 185.8 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 241 | 0 | 0.74 | 0.02 | 0.04 | 301.65 | 0.91 | 0.61 |
| Hex | F6 | 40 | F1 | 0 | 4A | 2 | 4 | 12E | 5B | 3D |
| Octal | 366 | 100 | 361 | 0 | 112 | 2 | 4 | 456 | 133 | 75 |
| Binary | 11110110 | 1000000 | 11110001 | 0 | 1001010 | 10 | 100 | 100101110 | 1011011 | 111101 |
Color Harmonies of #F640F1
Complementary color
Monochromatic Colors of #F640F1
Black with #F640F1
Text Example
Text Example
White with #F640F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640F1; }
p { color: rgb(246,64,241); }
H1.HeaderClassName
{
color: #F640F1;
}
.AnyTagClassName
{
color: #F640F1;
}
</style>
background-color css
<style>
a { background-color: #F640F1; }
a { background-color: rgb(246,64,241); }
div.DivClassName
{
background-color: #F640F1;
}
.BgClassName
{
background-color: #F640F1;
}
</style>
border-color css
<style>
span { border-color: #F640F1; }
span { border-color: rgb(246,64,241); }
td.TdClassName
{
border-color: #F640F1;
}
.TagClassName
{
border-color: #F640F1;
}
</style>