Shades of Pink Flamingo #F467ED
Tints of Pink Flamingo #F467ED
RGB
CMYK
RGB Variations
Color information
#F467ED (or 0xF467ED) is known color: Pink Flamingo. HEX triplet: F4, 67 and ED. RGB value is (244,103,237). Sum of RGB (Red+Green+Blue) = 244+103+237=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 103 (40.62% from 255 or 17.64% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F467ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F467ED is #0B9812. Grayscale: #A0A0A0. Windows color (decimal): -759827 or 15558644. OLE color: 15558644.
HSL color Cylindrical-coordinate representation of color #F467ED: hue angle of 302.98º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F467ED is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 237 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.04 |
| HSL | 302.98º | 0.87% | 0.68% | - |
| HSV(B) | 302.98º | 0.58% | 0.96% | - |
| XYZ | 57.44 | 35.05 | 83.86 | - |
| YUV | 160.44 | 171.21 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 237 | 0 | 0.58 | 0.03 | 0.04 | 302.98 | 0.87 | 0.68 |
| Hex | F4 | 67 | ED | 0 | 3A | 3 | 4 | 12F | 57 | 44 |
| Octal | 364 | 147 | 355 | 0 | 72 | 3 | 4 | 457 | 127 | 104 |
| Binary | 11110100 | 1100111 | 11101101 | 0 | 111010 | 11 | 100 | 100101111 | 1010111 | 1000100 |
Color Harmonies of #F467ED
Complementary color
Monochromatic Colors of #F467ED
Black with #F467ED
Text Example
Text Example
White with #F467ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F467ED; }
p { color: rgb(244,103,237); }
H1.HeaderClassName
{
color: #F467ED;
}
.AnyTagClassName
{
color: #F467ED;
}
</style>
background-color css
<style>
a { background-color: #F467ED; }
a { background-color: rgb(244,103,237); }
div.DivClassName
{
background-color: #F467ED;
}
.BgClassName
{
background-color: #F467ED;
}
</style>
border-color css
<style>
span { border-color: #F467ED; }
span { border-color: rgb(244,103,237); }
td.TdClassName
{
border-color: #F467ED;
}
.TagClassName
{
border-color: #F467ED;
}
</style>