Shades of Pink Flamingo #F64CEF
Tints of Pink Flamingo #F64CEF
RGB
CMYK
RGB Variations
Color information
#F64CEF (or 0xF64CEF) is known color: Pink Flamingo. HEX triplet: F6, 4C and EF. RGB value is (246,76,239). Sum of RGB (Red+Green+Blue) = 246+76+239=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 76 (30.08% from 255 or 13.55% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64CEF is #09B310. Grayscale: #909090. Windows color (decimal): -635665 or 15682806. OLE color: 15682806.
HSL color Cylindrical-coordinate representation of color #F64CEF: hue angle of 302.47º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64CEF is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 239 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.04 |
| HSL | 302.47º | 0.9% | 0.63% | - |
| HSV(B) | 302.47º | 0.69% | 0.96% | - |
| XYZ | 56.17 | 30.99 | 84.68 | - |
| YUV | 145.41 | 180.82 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 239 | 0 | 0.69 | 0.03 | 0.04 | 302.47 | 0.9 | 0.63 |
| Hex | F6 | 4C | EF | 0 | 45 | 3 | 4 | 12E | 5A | 3F |
| Octal | 366 | 114 | 357 | 0 | 105 | 3 | 4 | 456 | 132 | 77 |
| Binary | 11110110 | 1001100 | 11101111 | 0 | 1000101 | 11 | 100 | 100101110 | 1011010 | 111111 |
Color Harmonies of #F64CEF
Complementary color
Monochromatic Colors of #F64CEF
Black with #F64CEF
Text Example
Text Example
White with #F64CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64CEF; }
p { color: rgb(246,76,239); }
H1.HeaderClassName
{
color: #F64CEF;
}
.AnyTagClassName
{
color: #F64CEF;
}
</style>
background-color css
<style>
a { background-color: #F64CEF; }
a { background-color: rgb(246,76,239); }
div.DivClassName
{
background-color: #F64CEF;
}
.BgClassName
{
background-color: #F64CEF;
}
</style>
border-color css
<style>
span { border-color: #F64CEF; }
span { border-color: rgb(246,76,239); }
td.TdClassName
{
border-color: #F64CEF;
}
.TagClassName
{
border-color: #F64CEF;
}
</style>