Shades of Pink Flamingo #F064ED
Tints of Pink Flamingo #F064ED
RGB
CMYK
RGB Variations
Color information
#F064ED (or 0xF064ED) is known color: Pink Flamingo. HEX triplet: F0, 64 and ED. RGB value is (240,100,237). Sum of RGB (Red+Green+Blue) = 240+100+237=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 100 (39.45% from 255 or 17.33% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F064ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F064ED is #0F9B12. Grayscale: #9D9D9D. Windows color (decimal): -1022739 or 15557872. OLE color: 15557872.
HSL color Cylindrical-coordinate representation of color #F064ED: hue angle of 301.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F064ED is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 237 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.06 |
| HSL | 301.29º | 0.82% | 0.67% | - |
| HSV(B) | 301.29º | 0.58% | 0.94% | - |
| XYZ | 55.78 | 33.75 | 83.7 | - |
| YUV | 157.48 | 172.88 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 237 | 0 | 0.58 | 0.01 | 0.06 | 301.29 | 0.82 | 0.67 |
| Hex | F0 | 64 | ED | 0 | 3A | 1 | 6 | 12D | 52 | 43 |
| Octal | 360 | 144 | 355 | 0 | 72 | 1 | 6 | 455 | 122 | 103 |
| Binary | 11110000 | 1100100 | 11101101 | 0 | 111010 | 1 | 110 | 100101101 | 1010010 | 1000011 |
Color Harmonies of #F064ED
Complementary color
Monochromatic Colors of #F064ED
Black with #F064ED
Text Example
Text Example
White with #F064ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F064ED; }
p { color: rgb(240,100,237); }
H1.HeaderClassName
{
color: #F064ED;
}
.AnyTagClassName
{
color: #F064ED;
}
</style>
background-color css
<style>
a { background-color: #F064ED; }
a { background-color: rgb(240,100,237); }
div.DivClassName
{
background-color: #F064ED;
}
.BgClassName
{
background-color: #F064ED;
}
</style>
border-color css
<style>
span { border-color: #F064ED; }
span { border-color: rgb(240,100,237); }
td.TdClassName
{
border-color: #F064ED;
}
.TagClassName
{
border-color: #F064ED;
}
</style>