Shades of Pink Flamingo #F64DFB
Tints of Pink Flamingo #F64DFB
RGB
CMYK
RGB Variations
Color information
#F64DFB (or 0xF64DFB) is known color: Pink Flamingo. HEX triplet: F6, 4D and FB. RGB value is (246,77,251). Sum of RGB (Red+Green+Blue) = 246+77+251=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 77 (30.47% from 255 or 13.41% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #F64DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64DFB is #09B204. Grayscale: #929292. Windows color (decimal): -635397 or 16469494. OLE color: 16469494.
HSL color Cylindrical-coordinate representation of color #F64DFB: hue angle of 298.28º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DFB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 77 | 251 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.02 |
| HSL | 298.28º | 0.96% | 0.64% | - |
| HSV(B) | 298.28º | 0.69% | 0.98% | - |
| XYZ | 58.07 | 31.87 | 94.36 | - |
| YUV | 147.37 | 186.49 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 251 | 0.02 | 0.69 | 0 | 0.02 | 298.28 | 0.96 | 0.64 |
| Hex | F6 | 4D | FB | 2 | 45 | 0 | 2 | 12A | 60 | 40 |
| Octal | 366 | 115 | 373 | 2 | 105 | 0 | 2 | 452 | 140 | 100 |
| Binary | 11110110 | 1001101 | 11111011 | 10 | 1000101 | 0 | 10 | 100101010 | 1100000 | 1000000 |
Color Harmonies of #F64DFB
Complementary color
Monochromatic Colors of #F64DFB
Black with #F64DFB
Text Example
Text Example
White with #F64DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DFB; }
p { color: rgb(246,77,251); }
H1.HeaderClassName
{
color: #F64DFB;
}
.AnyTagClassName
{
color: #F64DFB;
}
</style>
background-color css
<style>
a { background-color: #F64DFB; }
a { background-color: rgb(246,77,251); }
div.DivClassName
{
background-color: #F64DFB;
}
.BgClassName
{
background-color: #F64DFB;
}
</style>
border-color css
<style>
span { border-color: #F64DFB; }
span { border-color: rgb(246,77,251); }
td.TdClassName
{
border-color: #F64DFB;
}
.TagClassName
{
border-color: #F64DFB;
}
</style>