Shades of Pink Flamingo #F649FA
Tints of Pink Flamingo #F649FA
RGB
CMYK
RGB Variations
Color information
#F649FA (or 0xF649FA) is known color: Pink Flamingo. HEX triplet: F6, 49 and FA. RGB value is (246,73,250). Sum of RGB (Red+Green+Blue) = 246+73+250=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 73 (28.91% from 255 or 12.83% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #F649FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F649FA is #09B605. Grayscale: #909090. Windows color (decimal): -636422 or 16402934. OLE color: 16402934.
HSL color Cylindrical-coordinate representation of color #F649FA: hue angle of 298.64º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F649FA is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 73 | 250 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.02 |
| HSL | 298.64º | 0.95% | 0.63% | - |
| HSV(B) | 298.64º | 0.71% | 0.98% | - |
| XYZ | 57.64 | 31.26 | 93.44 | - |
| YUV | 144.91 | 187.31 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 250 | 0.02 | 0.71 | 0 | 0.02 | 298.64 | 0.95 | 0.63 |
| Hex | F6 | 49 | FA | 2 | 47 | 0 | 2 | 12B | 5F | 3F |
| Octal | 366 | 111 | 372 | 2 | 107 | 0 | 2 | 453 | 137 | 77 |
| Binary | 11110110 | 1001001 | 11111010 | 10 | 1000111 | 0 | 10 | 100101011 | 1011111 | 111111 |
Color Harmonies of #F649FA
Complementary color
Monochromatic Colors of #F649FA
Black with #F649FA
Text Example
Text Example
White with #F649FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F649FA; }
p { color: rgb(246,73,250); }
H1.HeaderClassName
{
color: #F649FA;
}
.AnyTagClassName
{
color: #F649FA;
}
</style>
background-color css
<style>
a { background-color: #F649FA; }
a { background-color: rgb(246,73,250); }
div.DivClassName
{
background-color: #F649FA;
}
.BgClassName
{
background-color: #F649FA;
}
</style>
border-color css
<style>
span { border-color: #F649FA; }
span { border-color: rgb(246,73,250); }
td.TdClassName
{
border-color: #F649FA;
}
.TagClassName
{
border-color: #F649FA;
}
</style>