Shades of Pink Flamingo #F468EE
Tints of Pink Flamingo #F468EE
RGB
CMYK
RGB Variations
Color information
#F468EE (or 0xF468EE) is known color: Pink Flamingo. HEX triplet: F4, 68 and EE. RGB value is (244,104,238). Sum of RGB (Red+Green+Blue) = 244+104+238=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 104 (41.02% from 255 or 17.75% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F468EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F468EE is #0B9711. Grayscale: #A0A0A0. Windows color (decimal): -759570 or 15624436. OLE color: 15624436.
HSL color Cylindrical-coordinate representation of color #F468EE: hue angle of 302.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F468EE is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 238 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.04 |
| HSL | 302.57º | 0.86% | 0.68% | - |
| HSV(B) | 302.57º | 0.57% | 0.96% | - |
| XYZ | 57.69 | 35.31 | 84.66 | - |
| YUV | 161.14 | 171.38 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 238 | 0 | 0.57 | 0.02 | 0.04 | 302.57 | 0.86 | 0.68 |
| Hex | F4 | 68 | EE | 0 | 39 | 2 | 4 | 12F | 56 | 44 |
| Octal | 364 | 150 | 356 | 0 | 71 | 2 | 4 | 457 | 126 | 104 |
| Binary | 11110100 | 1101000 | 11101110 | 0 | 111001 | 10 | 100 | 100101111 | 1010110 | 1000100 |
Color Harmonies of #F468EE
Complementary color
Monochromatic Colors of #F468EE
Black with #F468EE
Text Example
Text Example
White with #F468EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F468EE; }
p { color: rgb(244,104,238); }
H1.HeaderClassName
{
color: #F468EE;
}
.AnyTagClassName
{
color: #F468EE;
}
</style>
background-color css
<style>
a { background-color: #F468EE; }
a { background-color: rgb(244,104,238); }
div.DivClassName
{
background-color: #F468EE;
}
.BgClassName
{
background-color: #F468EE;
}
</style>
border-color css
<style>
span { border-color: #F468EE; }
span { border-color: rgb(244,104,238); }
td.TdClassName
{
border-color: #F468EE;
}
.TagClassName
{
border-color: #F468EE;
}
</style>