Shades of Pink Flamingo #F566EE
Tints of Pink Flamingo #F566EE
RGB
CMYK
RGB Variations
Color information
#F566EE (or 0xF566EE) is known color: Pink Flamingo. HEX triplet: F5, 66 and EE. RGB value is (245,102,238). Sum of RGB (Red+Green+Blue) = 245+102+238=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F566EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F566EE is #0A9911. Grayscale: #9F9F9F. Windows color (decimal): -694546 or 15623925. OLE color: 15623925.
HSL color Cylindrical-coordinate representation of color #F566EE: hue angle of 302.94º degrees, saturation: 0.88, 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 #F566EE is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 238 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.04 |
| HSL | 302.94º | 0.88% | 0.68% | - |
| HSV(B) | 302.94º | 0.58% | 0.96% | - |
| XYZ | 57.84 | 35.09 | 84.61 | - |
| YUV | 160.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 238 | 0 | 0.58 | 0.03 | 0.04 | 302.94 | 0.88 | 0.68 |
| Hex | F5 | 66 | EE | 0 | 3A | 3 | 4 | 12F | 58 | 44 |
| Octal | 365 | 146 | 356 | 0 | 72 | 3 | 4 | 457 | 130 | 104 |
| Binary | 11110101 | 1100110 | 11101110 | 0 | 111010 | 11 | 100 | 100101111 | 1011000 | 1000100 |
Color Harmonies of #F566EE
Complementary color
Monochromatic Colors of #F566EE
Black with #F566EE
Text Example
Text Example
White with #F566EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566EE; }
p { color: rgb(245,102,238); }
H1.HeaderClassName
{
color: #F566EE;
}
.AnyTagClassName
{
color: #F566EE;
}
</style>
background-color css
<style>
a { background-color: #F566EE; }
a { background-color: rgb(245,102,238); }
div.DivClassName
{
background-color: #F566EE;
}
.BgClassName
{
background-color: #F566EE;
}
</style>
border-color css
<style>
span { border-color: #F566EE; }
span { border-color: rgb(245,102,238); }
td.TdClassName
{
border-color: #F566EE;
}
.TagClassName
{
border-color: #F566EE;
}
</style>