Shades of Pink Flamingo #F566F7
Tints of Pink Flamingo #F566F7
RGB
CMYK
RGB Variations
Color information
#F566F7 (or 0xF566F7) is known color: Pink Flamingo. HEX triplet: F5, 66 and F7. RGB value is (245,102,247). Sum of RGB (Red+Green+Blue) = 245+102+247=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 102 (40.23% from 255 or 17.17% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 247 - color contains mainly: blue. Hex color #F566F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F566F7 is #0A9908. Grayscale: #A0A0A0. Windows color (decimal): -694537 or 16213749. OLE color: 16213749.
HSL color Cylindrical-coordinate representation of color #F566F7: hue angle of 299.17º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F566F7 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 102 | 247 | - |
| CMYK | 0.01 | 0.59 | 0 | 0.03 |
| HSL | 299.17º | 0.9% | 0.68% | - |
| HSV(B) | 299.17º | 0.59% | 0.97% | - |
| XYZ | 59.2 | 35.63 | 91.75 | - |
| YUV | 161.29 | 176.38 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 102 | 247 | 0.01 | 0.59 | 0 | 0.03 | 299.17 | 0.9 | 0.68 |
| Hex | F5 | 66 | F7 | 1 | 3B | 0 | 3 | 12B | 5A | 44 |
| Octal | 365 | 146 | 367 | 1 | 73 | 0 | 3 | 453 | 132 | 104 |
| Binary | 11110101 | 1100110 | 11110111 | 1 | 111011 | 0 | 11 | 100101011 | 1011010 | 1000100 |
Color Harmonies of #F566F7
Complementary color
Monochromatic Colors of #F566F7
Black with #F566F7
Text Example
Text Example
White with #F566F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F566F7; }
p { color: rgb(245,102,247); }
H1.HeaderClassName
{
color: #F566F7;
}
.AnyTagClassName
{
color: #F566F7;
}
</style>
background-color css
<style>
a { background-color: #F566F7; }
a { background-color: rgb(245,102,247); }
div.DivClassName
{
background-color: #F566F7;
}
.BgClassName
{
background-color: #F566F7;
}
</style>
border-color css
<style>
span { border-color: #F566F7; }
span { border-color: rgb(245,102,247); }
td.TdClassName
{
border-color: #F566F7;
}
.TagClassName
{
border-color: #F566F7;
}
</style>