Shades of Pink Flamingo #F564FD
Tints of Pink Flamingo #F564FD
RGB
CMYK
RGB Variations
Color information
#F564FD (or 0xF564FD) is known color: Pink Flamingo. HEX triplet: F5, 64 and FD. RGB value is (245,100,253). Sum of RGB (Red+Green+Blue) = 245+100+253=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 100 (39.45% from 255 or 16.72% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #F564FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F564FD is #0A9B02. Grayscale: #A0A0A0. Windows color (decimal): -695043 or 16606453. OLE color: 16606453.
HSL color Cylindrical-coordinate representation of color #F564FD: hue angle of 296.86º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F564FD is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 100 | 253 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.01 |
| HSL | 296.86º | 0.97% | 0.69% | - |
| HSV(B) | 296.86º | 0.6% | 0.99% | - |
| XYZ | 59.94 | 35.62 | 96.64 | - |
| YUV | 160.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 100 | 253 | 0.03 | 0.60 | 0 | 0.01 | 296.86 | 0.97 | 0.69 |
| Hex | F5 | 64 | FD | 3 | 3C | 0 | 1 | 129 | 61 | 45 |
| Octal | 365 | 144 | 375 | 3 | 74 | 0 | 1 | 451 | 141 | 105 |
| Binary | 11110101 | 1100100 | 11111101 | 11 | 111100 | 0 | 1 | 100101001 | 1100001 | 1000101 |
Color Harmonies of #F564FD
Complementary color
Monochromatic Colors of #F564FD
Black with #F564FD
Text Example
Text Example
White with #F564FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F564FD; }
p { color: rgb(245,100,253); }
H1.HeaderClassName
{
color: #F564FD;
}
.AnyTagClassName
{
color: #F564FD;
}
</style>
background-color css
<style>
a { background-color: #F564FD; }
a { background-color: rgb(245,100,253); }
div.DivClassName
{
background-color: #F564FD;
}
.BgClassName
{
background-color: #F564FD;
}
</style>
border-color css
<style>
span { border-color: #F564FD; }
span { border-color: rgb(245,100,253); }
td.TdClassName
{
border-color: #F564FD;
}
.TagClassName
{
border-color: #F564FD;
}
</style>