Shades of Pink Flamingo #F64DFC
Tints of Pink Flamingo #F64DFC
RGB
CMYK
RGB Variations
Color information
#F64DFC (or 0xF64DFC) is known color: Pink Flamingo. HEX triplet: F6, 4D and FC. RGB value is (246,77,252). Sum of RGB (Red+Green+Blue) = 246+77+252=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 77 (30.47% from 255 or 13.39% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #F64DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64DFC is #09B203. Grayscale: #929292. Windows color (decimal): -635396 or 16535030. OLE color: 16535030.
HSL color Cylindrical-coordinate representation of color #F64DFC: hue angle of 297.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DFC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 77 | 252 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.01 |
| HSL | 297.94º | 0.97% | 0.65% | - |
| HSV(B) | 297.94º | 0.69% | 0.99% | - |
| XYZ | 58.23 | 31.93 | 95.19 | - |
| YUV | 147.48 | 186.99 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 252 | 0.02 | 0.69 | 0 | 0.01 | 297.94 | 0.97 | 0.65 |
| Hex | F6 | 4D | FC | 2 | 45 | 0 | 1 | 12A | 61 | 41 |
| Octal | 366 | 115 | 374 | 2 | 105 | 0 | 1 | 452 | 141 | 101 |
| Binary | 11110110 | 1001101 | 11111100 | 10 | 1000101 | 0 | 1 | 100101010 | 1100001 | 1000001 |
Color Harmonies of #F64DFC
Complementary color
Monochromatic Colors of #F64DFC
Black with #F64DFC
Text Example
Text Example
White with #F64DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DFC; }
p { color: rgb(246,77,252); }
H1.HeaderClassName
{
color: #F64DFC;
}
.AnyTagClassName
{
color: #F64DFC;
}
</style>
background-color css
<style>
a { background-color: #F64DFC; }
a { background-color: rgb(246,77,252); }
div.DivClassName
{
background-color: #F64DFC;
}
.BgClassName
{
background-color: #F64DFC;
}
</style>
border-color css
<style>
span { border-color: #F64DFC; }
span { border-color: rgb(246,77,252); }
td.TdClassName
{
border-color: #F64DFC;
}
.TagClassName
{
border-color: #F64DFC;
}
</style>