Shades of Pink Flamingo #F468ED
Tints of Pink Flamingo #F468ED
RGB
CMYK
RGB Variations
Color information
#F468ED (or 0xF468ED) is known color: Pink Flamingo. HEX triplet: F4, 68 and ED. RGB value is (244,104,237). Sum of RGB (Red+Green+Blue) = 244+104+237=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 104 (41.02% from 255 or 17.78% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F468ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F468ED is #0B9712. Grayscale: #A0A0A0. Windows color (decimal): -759571 or 15558900. OLE color: 15558900.
HSL color Cylindrical-coordinate representation of color #F468ED: hue angle of 303º 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 #F468ED is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 104 | 237 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.04 |
| HSL | 303º | 0.86% | 0.68% | - |
| HSV(B) | 303º | 0.57% | 0.96% | - |
| XYZ | 57.54 | 35.25 | 83.89 | - |
| YUV | 161.02 | 170.88 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 104 | 237 | 0 | 0.57 | 0.03 | 0.04 | 303 | 0.86 | 0.68 |
| Hex | F4 | 68 | ED | 0 | 39 | 3 | 4 | 12F | 56 | 44 |
| Octal | 364 | 150 | 355 | 0 | 71 | 3 | 4 | 457 | 126 | 104 |
| Binary | 11110100 | 1101000 | 11101101 | 0 | 111001 | 11 | 100 | 100101111 | 1010110 | 1000100 |
Color Harmonies of #F468ED
Complementary color
Monochromatic Colors of #F468ED
Black with #F468ED
Text Example
Text Example
White with #F468ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F468ED; }
p { color: rgb(244,104,237); }
H1.HeaderClassName
{
color: #F468ED;
}
.AnyTagClassName
{
color: #F468ED;
}
</style>
background-color css
<style>
a { background-color: #F468ED; }
a { background-color: rgb(244,104,237); }
div.DivClassName
{
background-color: #F468ED;
}
.BgClassName
{
background-color: #F468ED;
}
</style>
border-color css
<style>
span { border-color: #F468ED; }
span { border-color: rgb(244,104,237); }
td.TdClassName
{
border-color: #F468ED;
}
.TagClassName
{
border-color: #F468ED;
}
</style>