Shades of Pink Flamingo #F566ED
Tints of Pink Flamingo #F566ED
RGB
CMYK
RGB Variations
Color information
#F566ED (or 0xF566ED) is known color: Pink Flamingo. HEX triplet: F5, 66 and ED. RGB value is (245,102,237). Sum of RGB (Red+Green+Blue) = 245+102+237=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 102 (40.23% from 255 or 17.47% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F566ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F566ED is #0A9912. Grayscale: #9F9F9F. Windows color (decimal): -694547 or 15558389. OLE color: 15558389.
HSL color Cylindrical-coordinate representation of color #F566ED: hue angle of 303.36º 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 #F566ED is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 102 | 237 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.04 |
| HSL | 303.36º | 0.88% | 0.68% | - |
| HSV(B) | 303.36º | 0.58% | 0.96% | - |
| XYZ | 57.69 | 35.03 | 83.84 | - |
| YUV | 160.15 | 171.38 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 237 | 0 | 0.58 | 0.03 | 0.04 | 303.36 | 0.88 | 0.68 |
| Hex | F5 | 66 | ED | 0 | 3A | 3 | 4 | 12F | 58 | 44 |
| Octal | 365 | 146 | 355 | 0 | 72 | 3 | 4 | 457 | 130 | 104 |
| Binary | 11110101 | 1100110 | 11101101 | 0 | 111010 | 11 | 100 | 100101111 | 1011000 | 1000100 |
Color Harmonies of #F566ED
Complementary color
Monochromatic Colors of #F566ED
Black with #F566ED
Text Example
Text Example
White with #F566ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566ED; }
p { color: rgb(245,102,237); }
H1.HeaderClassName
{
color: #F566ED;
}
.AnyTagClassName
{
color: #F566ED;
}
</style>
background-color css
<style>
a { background-color: #F566ED; }
a { background-color: rgb(245,102,237); }
div.DivClassName
{
background-color: #F566ED;
}
.BgClassName
{
background-color: #F566ED;
}
</style>
border-color css
<style>
span { border-color: #F566ED; }
span { border-color: rgb(245,102,237); }
td.TdClassName
{
border-color: #F566ED;
}
.TagClassName
{
border-color: #F566ED;
}
</style>