Shades of Pink Flamingo #F563FF
Tints of Pink Flamingo #F563FF
RGB
CMYK
RGB Variations
Color information
#F563FF (or 0xF563FF) is known color: Pink Flamingo. HEX triplet: F5, 63 and FF. RGB value is (245,99,255). Sum of RGB (Red+Green+Blue) = 245+99+255=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 99 (39.06% from 255 or 16.53% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #F563FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F563FF is #0A9C00. Grayscale: #9F9F9F. Windows color (decimal): -695297 or 16737269. OLE color: 16737269.
HSL color Cylindrical-coordinate representation of color #F563FF: hue angle of 296.15º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F563FF is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 99 | 255 | - |
| CMYK | 0.04 | 0.61 | 0 | 0 |
| HSL | 296.15º | 1% | 0.69% | - |
| HSV(B) | 296.15º | 0.61% | 1% | - |
| XYZ | 60.17 | 35.56 | 98.3 | - |
| YUV | 160.44 | 181.37 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 255 | 0.04 | 0.61 | 0 | 0 | 296.15 | 1 | 0.69 |
| Hex | F5 | 63 | FF | 4 | 3D | 0 | 0 | 128 | 64 | 45 |
| Octal | 365 | 143 | 377 | 4 | 75 | 0 | 0 | 450 | 144 | 105 |
| Binary | 11110101 | 1100011 | 11111111 | 100 | 111101 | 0 | 0 | 100101000 | 1100100 | 1000101 |
Color Harmonies of #F563FF
Complementary color
Monochromatic Colors of #F563FF
Black with #F563FF
Text Example
Text Example
White with #F563FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F563FF; }
p { color: rgb(245,99,255); }
H1.HeaderClassName
{
color: #F563FF;
}
.AnyTagClassName
{
color: #F563FF;
}
</style>
background-color css
<style>
a { background-color: #F563FF; }
a { background-color: rgb(245,99,255); }
div.DivClassName
{
background-color: #F563FF;
}
.BgClassName
{
background-color: #F563FF;
}
</style>
border-color css
<style>
span { border-color: #F563FF; }
span { border-color: rgb(245,99,255); }
td.TdClassName
{
border-color: #F563FF;
}
.TagClassName
{
border-color: #F563FF;
}
</style>