Shades of Pink Flamingo #F64CEE
Tints of Pink Flamingo #F64CEE
RGB
CMYK
RGB Variations
Color information
#F64CEE (or 0xF64CEE) is known color: Pink Flamingo. HEX triplet: F6, 4C and EE. RGB value is (246,76,238). Sum of RGB (Red+Green+Blue) = 246+76+238=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 76 (30.08% from 255 or 13.57% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F64CEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64CEE is #09B311. Grayscale: #909090. Windows color (decimal): -635666 or 15617270. OLE color: 15617270.
HSL color Cylindrical-coordinate representation of color #F64CEE: hue angle of 302.82º 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 #F64CEE is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 76 | 238 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.04 |
| HSL | 302.82º | 0.9% | 0.63% | - |
| HSV(B) | 302.82º | 0.69% | 0.96% | - |
| XYZ | 56.02 | 30.93 | 83.91 | - |
| YUV | 145.3 | 180.32 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 76 | 238 | 0 | 0.69 | 0.03 | 0.04 | 302.82 | 0.9 | 0.63 |
| Hex | F6 | 4C | EE | 0 | 45 | 3 | 4 | 12F | 5A | 3F |
| Octal | 366 | 114 | 356 | 0 | 105 | 3 | 4 | 457 | 132 | 77 |
| Binary | 11110110 | 1001100 | 11101110 | 0 | 1000101 | 11 | 100 | 100101111 | 1011010 | 111111 |
Color Harmonies of #F64CEE
Complementary color
Monochromatic Colors of #F64CEE
Black with #F64CEE
Text Example
Text Example
White with #F64CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64CEE; }
p { color: rgb(246,76,238); }
H1.HeaderClassName
{
color: #F64CEE;
}
.AnyTagClassName
{
color: #F64CEE;
}
</style>
background-color css
<style>
a { background-color: #F64CEE; }
a { background-color: rgb(246,76,238); }
div.DivClassName
{
background-color: #F64CEE;
}
.BgClassName
{
background-color: #F64CEE;
}
</style>
border-color css
<style>
span { border-color: #F64CEE; }
span { border-color: rgb(246,76,238); }
td.TdClassName
{
border-color: #F64CEE;
}
.TagClassName
{
border-color: #F64CEE;
}
</style>