Shades of Pink Flamingo #F56AFF
Tints of Pink Flamingo #F56AFF
RGB
CMYK
RGB Variations
Color information
#F56AFF (or 0xF56AFF) is known color: Pink Flamingo. HEX triplet: F5, 6A and FF. RGB value is (245,106,255). Sum of RGB (Red+Green+Blue) = 245+106+255=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 106 (41.80% from 255 or 17.49% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #F56AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56AFF is #0A9500. Grayscale: #A4A4A4. Windows color (decimal): -693505 or 16739061. OLE color: 16739061.
HSL color Cylindrical-coordinate representation of color #F56AFF: hue angle of 295.97º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56AFF is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 106 | 255 | - |
| CMYK | 0.04 | 0.58 | 0 | 0 |
| HSL | 295.97º | 1% | 0.71% | - |
| HSV(B) | 295.97º | 0.58% | 1% | - |
| XYZ | 60.86 | 36.94 | 98.53 | - |
| YUV | 164.55 | 179.05 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 255 | 0.04 | 0.58 | 0 | 0 | 295.97 | 1 | 0.71 |
| Hex | F5 | 6A | FF | 4 | 3A | 0 | 0 | 128 | 64 | 47 |
| Octal | 365 | 152 | 377 | 4 | 72 | 0 | 0 | 450 | 144 | 107 |
| Binary | 11110101 | 1101010 | 11111111 | 100 | 111010 | 0 | 0 | 100101000 | 1100100 | 1000111 |
Color Harmonies of #F56AFF
Complementary color
Monochromatic Colors of #F56AFF
Black with #F56AFF
Text Example
Text Example
White with #F56AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56AFF; }
p { color: rgb(245,106,255); }
H1.HeaderClassName
{
color: #F56AFF;
}
.AnyTagClassName
{
color: #F56AFF;
}
</style>
background-color css
<style>
a { background-color: #F56AFF; }
a { background-color: rgb(245,106,255); }
div.DivClassName
{
background-color: #F56AFF;
}
.BgClassName
{
background-color: #F56AFF;
}
</style>
border-color css
<style>
span { border-color: #F56AFF; }
span { border-color: rgb(245,106,255); }
td.TdClassName
{
border-color: #F56AFF;
}
.TagClassName
{
border-color: #F56AFF;
}
</style>