Shades of Pink Flamingo #F644FC
Tints of Pink Flamingo #F644FC
RGB
CMYK
RGB Variations
Color information
#F644FC (or 0xF644FC) is known color: Pink Flamingo. HEX triplet: F6, 44 and FC. RGB value is (246,68,252). Sum of RGB (Red+Green+Blue) = 246+68+252=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 68 (26.95% from 255 or 12.01% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #F644FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F644FC is #09BB03. Grayscale: #8D8D8D. Windows color (decimal): -637700 or 16532726. OLE color: 16532726.
HSL color Cylindrical-coordinate representation of color #F644FC: hue angle of 298.04º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F644FC is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 68 | 252 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.01 |
| HSL | 298.04º | 0.97% | 0.63% | - |
| HSV(B) | 298.04º | 0.73% | 0.99% | - |
| XYZ | 57.64 | 30.76 | 94.99 | - |
| YUV | 142.2 | 189.97 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 252 | 0.02 | 0.73 | 0 | 0.01 | 298.04 | 0.97 | 0.63 |
| Hex | F6 | 44 | FC | 2 | 49 | 0 | 1 | 12A | 61 | 3F |
| Octal | 366 | 104 | 374 | 2 | 111 | 0 | 1 | 452 | 141 | 77 |
| Binary | 11110110 | 1000100 | 11111100 | 10 | 1001001 | 0 | 1 | 100101010 | 1100001 | 111111 |
Color Harmonies of #F644FC
Complementary color
Monochromatic Colors of #F644FC
Black with #F644FC
Text Example
Text Example
White with #F644FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F644FC; }
p { color: rgb(246,68,252); }
H1.HeaderClassName
{
color: #F644FC;
}
.AnyTagClassName
{
color: #F644FC;
}
</style>
background-color css
<style>
a { background-color: #F644FC; }
a { background-color: rgb(246,68,252); }
div.DivClassName
{
background-color: #F644FC;
}
.BgClassName
{
background-color: #F644FC;
}
</style>
border-color css
<style>
span { border-color: #F644FC; }
span { border-color: rgb(246,68,252); }
td.TdClassName
{
border-color: #F644FC;
}
.TagClassName
{
border-color: #F644FC;
}
</style>