Shades of Pink Flamingo #F564FA
Tints of Pink Flamingo #F564FA
RGB
CMYK
RGB Variations
Color information
#F564FA (or 0xF564FA) is known color: Pink Flamingo. HEX triplet: F5, 64 and FA. RGB value is (245,100,250). Sum of RGB (Red+Green+Blue) = 245+100+250=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 100 (39.45% from 255 or 16.81% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #F564FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F564FA is #0A9B05. Grayscale: #A0A0A0. Windows color (decimal): -695046 or 16409845. OLE color: 16409845.
HSL color Cylindrical-coordinate representation of color #F564FA: hue angle of 298º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F564FA is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 100 | 250 | - |
| CMYK | 0.02 | 0.6 | 0 | 0.02 |
| HSL | 298º | 0.94% | 0.69% | - |
| HSV(B) | 298º | 0.6% | 0.98% | - |
| XYZ | 59.47 | 35.43 | 94.15 | - |
| YUV | 160.46 | 178.54 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 250 | 0.02 | 0.6 | 0 | 0.02 | 298 | 0.94 | 0.69 |
| Hex | F5 | 64 | FA | 2 | 3C | 0 | 2 | 12A | 5E | 45 |
| Octal | 365 | 144 | 372 | 2 | 74 | 0 | 2 | 452 | 136 | 105 |
| Binary | 11110101 | 1100100 | 11111010 | 10 | 111100 | 0 | 10 | 100101010 | 1011110 | 1000101 |
Color Harmonies of #F564FA
Complementary color
Monochromatic Colors of #F564FA
Black with #F564FA
Text Example
Text Example
White with #F564FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564FA; }
p { color: rgb(245,100,250); }
H1.HeaderClassName
{
color: #F564FA;
}
.AnyTagClassName
{
color: #F564FA;
}
</style>
background-color css
<style>
a { background-color: #F564FA; }
a { background-color: rgb(245,100,250); }
div.DivClassName
{
background-color: #F564FA;
}
.BgClassName
{
background-color: #F564FA;
}
</style>
border-color css
<style>
span { border-color: #F564FA; }
span { border-color: rgb(245,100,250); }
td.TdClassName
{
border-color: #F564FA;
}
.TagClassName
{
border-color: #F564FA;
}
</style>