Shades of Pink Flamingo #F061ED
Tints of Pink Flamingo #F061ED
RGB
CMYK
RGB Variations
Color information
#F061ED (or 0xF061ED) is known color: Pink Flamingo. HEX triplet: F0, 61 and ED. RGB value is (240,97,237). Sum of RGB (Red+Green+Blue) = 240+97+237=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 97 (38.28% from 255 or 16.90% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F061ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F061ED is #0F9E12. Grayscale: #9B9B9B. Windows color (decimal): -1023507 or 15557104. OLE color: 15557104.
HSL color Cylindrical-coordinate representation of color #F061ED: hue angle of 301.26º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F061ED is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 237 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.06 |
| HSL | 301.26º | 0.83% | 0.66% | - |
| HSV(B) | 301.26º | 0.6% | 0.94% | - |
| XYZ | 55.5 | 33.19 | 83.6 | - |
| YUV | 155.72 | 173.88 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 237 | 0 | 0.60 | 0.01 | 0.06 | 301.26 | 0.83 | 0.66 |
| Hex | F0 | 61 | ED | 0 | 3C | 1 | 6 | 12D | 53 | 42 |
| Octal | 360 | 141 | 355 | 0 | 74 | 1 | 6 | 455 | 123 | 102 |
| Binary | 11110000 | 1100001 | 11101101 | 0 | 111100 | 1 | 110 | 100101101 | 1010011 | 1000010 |
Color Harmonies of #F061ED
Complementary color
Monochromatic Colors of #F061ED
Black with #F061ED
Text Example
Text Example
White with #F061ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F061ED; }
p { color: rgb(240,97,237); }
H1.HeaderClassName
{
color: #F061ED;
}
.AnyTagClassName
{
color: #F061ED;
}
</style>
background-color css
<style>
a { background-color: #F061ED; }
a { background-color: rgb(240,97,237); }
div.DivClassName
{
background-color: #F061ED;
}
.BgClassName
{
background-color: #F061ED;
}
</style>
border-color css
<style>
span { border-color: #F061ED; }
span { border-color: rgb(240,97,237); }
td.TdClassName
{
border-color: #F061ED;
}
.TagClassName
{
border-color: #F061ED;
}
</style>