Shades of Pink Flamingo #F565F9
Tints of Pink Flamingo #F565F9
RGB
CMYK
RGB Variations
Color information
#F565F9 (or 0xF565F9) is known color: Pink Flamingo. HEX triplet: F5, 65 and F9. RGB value is (245,101,249). Sum of RGB (Red+Green+Blue) = 245+101+249=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 101 (39.84% from 255 or 16.97% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #F565F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565F9 is #0A9A06. Grayscale: #A0A0A0. Windows color (decimal): -694791 or 16344565. OLE color: 16344565.
HSL color Cylindrical-coordinate representation of color #F565F9: hue angle of 298.38º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F565F9 is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 101 | 249 | - |
| CMYK | 0.02 | 0.59 | 0 | 0.02 |
| HSL | 298.38º | 0.93% | 0.69% | - |
| HSV(B) | 298.38º | 0.59% | 0.98% | - |
| XYZ | 59.41 | 35.56 | 93.35 | - |
| YUV | 160.93 | 177.71 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 249 | 0.02 | 0.59 | 0 | 0.02 | 298.38 | 0.93 | 0.69 |
| Hex | F5 | 65 | F9 | 2 | 3B | 0 | 2 | 12A | 5C | 45 |
| Octal | 365 | 145 | 371 | 2 | 73 | 0 | 2 | 452 | 134 | 105 |
| Binary | 11110101 | 1100101 | 11111001 | 10 | 111011 | 0 | 10 | 100101010 | 1011100 | 1000101 |
Color Harmonies of #F565F9
Complementary color
Monochromatic Colors of #F565F9
Black with #F565F9
Text Example
Text Example
White with #F565F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565F9; }
p { color: rgb(245,101,249); }
H1.HeaderClassName
{
color: #F565F9;
}
.AnyTagClassName
{
color: #F565F9;
}
</style>
background-color css
<style>
a { background-color: #F565F9; }
a { background-color: rgb(245,101,249); }
div.DivClassName
{
background-color: #F565F9;
}
.BgClassName
{
background-color: #F565F9;
}
</style>
border-color css
<style>
span { border-color: #F565F9; }
span { border-color: rgb(245,101,249); }
td.TdClassName
{
border-color: #F565F9;
}
.TagClassName
{
border-color: #F565F9;
}
</style>