Shades of Pink Flamingo #F565EE
Tints of Pink Flamingo #F565EE
RGB
CMYK
RGB Variations
Color information
#F565EE (or 0xF565EE) is known color: Pink Flamingo. HEX triplet: F5, 65 and EE. RGB value is (245,101,238). Sum of RGB (Red+Green+Blue) = 245+101+238=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 101 (39.84% from 255 or 17.29% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F565EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565EE is #0A9A11. Grayscale: #9F9F9F. Windows color (decimal): -694802 or 15623669. OLE color: 15623669.
HSL color Cylindrical-coordinate representation of color #F565EE: hue angle of 302.92º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565EE is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 238 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.04 |
| HSL | 302.92º | 0.88% | 0.68% | - |
| HSV(B) | 302.92º | 0.59% | 0.96% | - |
| XYZ | 57.74 | 34.89 | 84.58 | - |
| YUV | 159.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 238 | 0 | 0.59 | 0.03 | 0.04 | 302.92 | 0.88 | 0.68 |
| Hex | F5 | 65 | EE | 0 | 3B | 3 | 4 | 12F | 58 | 44 |
| Octal | 365 | 145 | 356 | 0 | 73 | 3 | 4 | 457 | 130 | 104 |
| Binary | 11110101 | 1100101 | 11101110 | 0 | 111011 | 11 | 100 | 100101111 | 1011000 | 1000100 |
Color Harmonies of #F565EE
Complementary color
Monochromatic Colors of #F565EE
Black with #F565EE
Text Example
Text Example
White with #F565EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565EE; }
p { color: rgb(245,101,238); }
H1.HeaderClassName
{
color: #F565EE;
}
.AnyTagClassName
{
color: #F565EE;
}
</style>
background-color css
<style>
a { background-color: #F565EE; }
a { background-color: rgb(245,101,238); }
div.DivClassName
{
background-color: #F565EE;
}
.BgClassName
{
background-color: #F565EE;
}
</style>
border-color css
<style>
span { border-color: #F565EE; }
span { border-color: rgb(245,101,238); }
td.TdClassName
{
border-color: #F565EE;
}
.TagClassName
{
border-color: #F565EE;
}
</style>