Shades of Pink Flamingo #F564F4
Tints of Pink Flamingo #F564F4
RGB
CMYK
RGB Variations
Color information
#F564F4 (or 0xF564F4) is known color: Pink Flamingo. HEX triplet: F5, 64 and F4. RGB value is (245,100,244). Sum of RGB (Red+Green+Blue) = 245+100+244=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 100 (39.45% from 255 or 16.98% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F564F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F564F4 is #0A9B0B. Grayscale: #9F9F9F. Windows color (decimal): -695052 or 16016629. OLE color: 16016629.
HSL color Cylindrical-coordinate representation of color #F564F4: hue angle of 300.41º 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 #F564F4 is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 100 | 244 | - |
| CMYK | 0 | 0.59 | 0.00 | 0.04 |
| HSL | 300.41º | 0.88% | 0.68% | - |
| HSV(B) | 300.41º | 0.59% | 0.96% | - |
| XYZ | 58.54 | 35.06 | 89.27 | - |
| YUV | 159.77 | 175.54 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 244 | 0 | 0.59 | 0.00 | 0.04 | 300.41 | 0.88 | 0.68 |
| Hex | F5 | 64 | F4 | 0 | 3B | 0 | 4 | 12C | 58 | 44 |
| Octal | 365 | 144 | 364 | 0 | 73 | 0 | 4 | 454 | 130 | 104 |
| Binary | 11110101 | 1100100 | 11110100 | 0 | 111011 | 0 | 100 | 100101100 | 1011000 | 1000100 |
Color Harmonies of #F564F4
Complementary color
Monochromatic Colors of #F564F4
Black with #F564F4
Text Example
Text Example
White with #F564F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564F4; }
p { color: rgb(245,100,244); }
H1.HeaderClassName
{
color: #F564F4;
}
.AnyTagClassName
{
color: #F564F4;
}
</style>
background-color css
<style>
a { background-color: #F564F4; }
a { background-color: rgb(245,100,244); }
div.DivClassName
{
background-color: #F564F4;
}
.BgClassName
{
background-color: #F564F4;
}
</style>
border-color css
<style>
span { border-color: #F564F4; }
span { border-color: rgb(245,100,244); }
td.TdClassName
{
border-color: #F564F4;
}
.TagClassName
{
border-color: #F564F4;
}
</style>