Shades of Pink Flamingo #F05DED
Tints of Pink Flamingo #F05DED
RGB
CMYK
RGB Variations
Color information
#F05DED (or 0xF05DED) is known color: Pink Flamingo. HEX triplet: F0, 5D and ED. RGB value is (240,93,237). Sum of RGB (Red+Green+Blue) = 240+93+237=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F05DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05DED is #0FA212. Grayscale: #989898. Windows color (decimal): -1024531 or 15556080. OLE color: 15556080.
HSL color Cylindrical-coordinate representation of color #F05DED: hue angle of 301.22º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05DED is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 237 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.06 |
| HSL | 301.22º | 0.83% | 0.65% | - |
| HSV(B) | 301.22º | 0.61% | 0.94% | - |
| XYZ | 55.14 | 32.47 | 83.48 | - |
| YUV | 153.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 237 | 0 | 0.61 | 0.01 | 0.06 | 301.22 | 0.83 | 0.65 |
| Hex | F0 | 5D | ED | 0 | 3D | 1 | 6 | 12D | 53 | 41 |
| Octal | 360 | 135 | 355 | 0 | 75 | 1 | 6 | 455 | 123 | 101 |
| Binary | 11110000 | 1011101 | 11101101 | 0 | 111101 | 1 | 110 | 100101101 | 1010011 | 1000001 |
Color Harmonies of #F05DED
Complementary color
Monochromatic Colors of #F05DED
Black with #F05DED
Text Example
Text Example
White with #F05DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05DED; }
p { color: rgb(240,93,237); }
H1.HeaderClassName
{
color: #F05DED;
}
.AnyTagClassName
{
color: #F05DED;
}
</style>
background-color css
<style>
a { background-color: #F05DED; }
a { background-color: rgb(240,93,237); }
div.DivClassName
{
background-color: #F05DED;
}
.BgClassName
{
background-color: #F05DED;
}
</style>
border-color css
<style>
span { border-color: #F05DED; }
span { border-color: rgb(240,93,237); }
td.TdClassName
{
border-color: #F05DED;
}
.TagClassName
{
border-color: #F05DED;
}
</style>