Shades of Pink Flamingo #F64FFC
Tints of Pink Flamingo #F64FFC
RGB
CMYK
RGB Variations
Color information
#F64FFC (or 0xF64FFC) is known color: Pink Flamingo. HEX triplet: F6, 4F and FC. RGB value is (246,79,252). Sum of RGB (Red+Green+Blue) = 246+79+252=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 79 (31.25% from 255 or 13.69% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #F64FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64FFC is #09B003. Grayscale: #949494. Windows color (decimal): -634884 or 16535542. OLE color: 16535542.
HSL color Cylindrical-coordinate representation of color #F64FFC: hue angle of 297.92º 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 #F64FFC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 79 | 252 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.01 |
| HSL | 297.92º | 0.97% | 0.65% | - |
| HSV(B) | 297.92º | 0.69% | 0.99% | - |
| XYZ | 58.37 | 32.21 | 95.24 | - |
| YUV | 148.66 | 186.33 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 252 | 0.02 | 0.69 | 0 | 0.01 | 297.92 | 0.97 | 0.65 |
| Hex | F6 | 4F | FC | 2 | 45 | 0 | 1 | 12A | 61 | 41 |
| Octal | 366 | 117 | 374 | 2 | 105 | 0 | 1 | 452 | 141 | 101 |
| Binary | 11110110 | 1001111 | 11111100 | 10 | 1000101 | 0 | 1 | 100101010 | 1100001 | 1000001 |
Color Harmonies of #F64FFC
Complementary color
Monochromatic Colors of #F64FFC
Black with #F64FFC
Text Example
Text Example
White with #F64FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FFC; }
p { color: rgb(246,79,252); }
H1.HeaderClassName
{
color: #F64FFC;
}
.AnyTagClassName
{
color: #F64FFC;
}
</style>
background-color css
<style>
a { background-color: #F64FFC; }
a { background-color: rgb(246,79,252); }
div.DivClassName
{
background-color: #F64FFC;
}
.BgClassName
{
background-color: #F64FFC;
}
</style>
border-color css
<style>
span { border-color: #F64FFC; }
span { border-color: rgb(246,79,252); }
td.TdClassName
{
border-color: #F64FFC;
}
.TagClassName
{
border-color: #F64FFC;
}
</style>