Shades of Pink Flamingo #F649FC
Tints of Pink Flamingo #F649FC
RGB
CMYK
RGB Variations
Color information
#F649FC (or 0xF649FC) is known color: Pink Flamingo. HEX triplet: F6, 49 and FC. RGB value is (246,73,252). Sum of RGB (Red+Green+Blue) = 246+73+252=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 73 (28.91% from 255 or 12.78% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #F649FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F649FC is #09B603. Grayscale: #909090. Windows color (decimal): -636420 or 16534006. OLE color: 16534006.
HSL color Cylindrical-coordinate representation of color #F649FC: hue angle of 297.99º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F649FC is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 73 | 252 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.01 |
| HSL | 297.99º | 0.97% | 0.64% | - |
| HSV(B) | 297.99º | 0.71% | 0.99% | - |
| XYZ | 57.96 | 31.39 | 95.1 | - |
| YUV | 145.13 | 188.31 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 252 | 0.02 | 0.71 | 0 | 0.01 | 297.99 | 0.97 | 0.64 |
| Hex | F6 | 49 | FC | 2 | 47 | 0 | 1 | 12A | 61 | 40 |
| Octal | 366 | 111 | 374 | 2 | 107 | 0 | 1 | 452 | 141 | 100 |
| Binary | 11110110 | 1001001 | 11111100 | 10 | 1000111 | 0 | 1 | 100101010 | 1100001 | 1000000 |
Color Harmonies of #F649FC
Complementary color
Monochromatic Colors of #F649FC
Black with #F649FC
Text Example
Text Example
White with #F649FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F649FC; }
p { color: rgb(246,73,252); }
H1.HeaderClassName
{
color: #F649FC;
}
.AnyTagClassName
{
color: #F649FC;
}
</style>
background-color css
<style>
a { background-color: #F649FC; }
a { background-color: rgb(246,73,252); }
div.DivClassName
{
background-color: #F649FC;
}
.BgClassName
{
background-color: #F649FC;
}
</style>
border-color css
<style>
span { border-color: #F649FC; }
span { border-color: rgb(246,73,252); }
td.TdClassName
{
border-color: #F649FC;
}
.TagClassName
{
border-color: #F649FC;
}
</style>