Shades of Pink Flamingo #F56AF1
Tints of Pink Flamingo #F56AF1
RGB
CMYK
RGB Variations
Color information
#F56AF1 (or 0xF56AF1) is known color: Pink Flamingo. HEX triplet: F5, 6A and F1. RGB value is (245,106,241). Sum of RGB (Red+Green+Blue) = 245+106+241=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 106 (41.80% from 255 or 17.91% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F56AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56AF1 is #0A950E. Grayscale: #A2A2A2. Windows color (decimal): -693519 or 15821557. OLE color: 15821557.
HSL color Cylindrical-coordinate representation of color #F56AF1: hue angle of 301.73º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56AF1 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 106 | 241 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.04 |
| HSL | 301.73º | 0.87% | 0.69% | - |
| HSV(B) | 301.73º | 0.57% | 0.96% | - |
| XYZ | 58.69 | 36.07 | 87.09 | - |
| YUV | 162.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 241 | 0 | 0.57 | 0.02 | 0.04 | 301.73 | 0.87 | 0.69 |
| Hex | F5 | 6A | F1 | 0 | 39 | 2 | 4 | 12E | 57 | 45 |
| Octal | 365 | 152 | 361 | 0 | 71 | 2 | 4 | 456 | 127 | 105 |
| Binary | 11110101 | 1101010 | 11110001 | 0 | 111001 | 10 | 100 | 100101110 | 1010111 | 1000101 |
Color Harmonies of #F56AF1
Complementary color
Monochromatic Colors of #F56AF1
Black with #F56AF1
Text Example
Text Example
White with #F56AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56AF1; }
p { color: rgb(245,106,241); }
H1.HeaderClassName
{
color: #F56AF1;
}
.AnyTagClassName
{
color: #F56AF1;
}
</style>
background-color css
<style>
a { background-color: #F56AF1; }
a { background-color: rgb(245,106,241); }
div.DivClassName
{
background-color: #F56AF1;
}
.BgClassName
{
background-color: #F56AF1;
}
</style>
border-color css
<style>
span { border-color: #F56AF1; }
span { border-color: rgb(245,106,241); }
td.TdClassName
{
border-color: #F56AF1;
}
.TagClassName
{
border-color: #F56AF1;
}
</style>