Shades of Pink Flamingo #F565F1
Tints of Pink Flamingo #F565F1
RGB
CMYK
RGB Variations
Color information
#F565F1 (or 0xF565F1) is known color: Pink Flamingo. HEX triplet: F5, 65 and F1. RGB value is (245,101,241). Sum of RGB (Red+Green+Blue) = 245+101+241=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 101 (39.84% from 255 or 17.21% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F565F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565F1 is #0A9A0E. Grayscale: #9F9F9F. Windows color (decimal): -694799 or 15820277. OLE color: 15820277.
HSL color Cylindrical-coordinate representation of color #F565F1: hue angle of 301.67º 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 #F565F1 is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 241 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.04 |
| HSL | 301.67º | 0.88% | 0.68% | - |
| HSV(B) | 301.67º | 0.59% | 0.96% | - |
| XYZ | 58.19 | 35.07 | 86.92 | - |
| YUV | 160.02 | 173.71 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 241 | 0 | 0.59 | 0.02 | 0.04 | 301.67 | 0.88 | 0.68 |
| Hex | F5 | 65 | F1 | 0 | 3B | 2 | 4 | 12E | 58 | 44 |
| Octal | 365 | 145 | 361 | 0 | 73 | 2 | 4 | 456 | 130 | 104 |
| Binary | 11110101 | 1100101 | 11110001 | 0 | 111011 | 10 | 100 | 100101110 | 1011000 | 1000100 |
Color Harmonies of #F565F1
Complementary color
Monochromatic Colors of #F565F1
Black with #F565F1
Text Example
Text Example
White with #F565F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565F1; }
p { color: rgb(245,101,241); }
H1.HeaderClassName
{
color: #F565F1;
}
.AnyTagClassName
{
color: #F565F1;
}
</style>
background-color css
<style>
a { background-color: #F565F1; }
a { background-color: rgb(245,101,241); }
div.DivClassName
{
background-color: #F565F1;
}
.BgClassName
{
background-color: #F565F1;
}
</style>
border-color css
<style>
span { border-color: #F565F1; }
span { border-color: rgb(245,101,241); }
td.TdClassName
{
border-color: #F565F1;
}
.TagClassName
{
border-color: #F565F1;
}
</style>