Shades of Pink Flamingo #F563EE
Tints of Pink Flamingo #F563EE
RGB
CMYK
RGB Variations
Color information
#F563EE (or 0xF563EE) is known color: Pink Flamingo. HEX triplet: F5, 63 and EE. RGB value is (245,99,238). Sum of RGB (Red+Green+Blue) = 245+99+238=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 99 (39.06% from 255 or 17.01% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F563EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F563EE is #0A9C11. Grayscale: #9E9E9E. Windows color (decimal): -695314 or 15623157. OLE color: 15623157.
HSL color Cylindrical-coordinate representation of color #F563EE: hue angle of 302.88º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F563EE is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 238 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.04 |
| HSL | 302.88º | 0.88% | 0.67% | - |
| HSV(B) | 302.88º | 0.6% | 0.96% | - |
| XYZ | 57.55 | 34.51 | 84.52 | - |
| YUV | 158.5 | 172.87 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 238 | 0 | 0.60 | 0.03 | 0.04 | 302.88 | 0.88 | 0.67 |
| Hex | F5 | 63 | EE | 0 | 3C | 3 | 4 | 12F | 58 | 43 |
| Octal | 365 | 143 | 356 | 0 | 74 | 3 | 4 | 457 | 130 | 103 |
| Binary | 11110101 | 1100011 | 11101110 | 0 | 111100 | 11 | 100 | 100101111 | 1011000 | 1000011 |
Color Harmonies of #F563EE
Complementary color
Monochromatic Colors of #F563EE
Black with #F563EE
Text Example
Text Example
White with #F563EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F563EE; }
p { color: rgb(245,99,238); }
H1.HeaderClassName
{
color: #F563EE;
}
.AnyTagClassName
{
color: #F563EE;
}
</style>
background-color css
<style>
a { background-color: #F563EE; }
a { background-color: rgb(245,99,238); }
div.DivClassName
{
background-color: #F563EE;
}
.BgClassName
{
background-color: #F563EE;
}
</style>
border-color css
<style>
span { border-color: #F563EE; }
span { border-color: rgb(245,99,238); }
td.TdClassName
{
border-color: #F563EE;
}
.TagClassName
{
border-color: #F563EE;
}
</style>