Shades of Pink Flamingo #F56AF8
Tints of Pink Flamingo #F56AF8
RGB
CMYK
RGB Variations
Color information
#F56AF8 (or 0xF56AF8) is known color: Pink Flamingo. HEX triplet: F5, 6A and F8. RGB value is (245,106,248). Sum of RGB (Red+Green+Blue) = 245+106+248=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 106 (41.80% from 255 or 17.70% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #F56AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F56AF8 is #0A9507. Grayscale: #A3A3A3. Windows color (decimal): -693512 or 16280309. OLE color: 16280309.
HSL color Cylindrical-coordinate representation of color #F56AF8: hue angle of 298.73º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56AF8 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 106 | 248 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.03 |
| HSL | 298.73º | 0.91% | 0.69% | - |
| HSV(B) | 298.73º | 0.57% | 0.97% | - |
| XYZ | 59.75 | 36.5 | 92.7 | - |
| YUV | 163.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 106 | 248 | 0.01 | 0.57 | 0 | 0.03 | 298.73 | 0.91 | 0.69 |
| Hex | F5 | 6A | F8 | 1 | 39 | 0 | 3 | 12B | 5B | 45 |
| Octal | 365 | 152 | 370 | 1 | 71 | 0 | 3 | 453 | 133 | 105 |
| Binary | 11110101 | 1101010 | 11111000 | 1 | 111001 | 0 | 11 | 100101011 | 1011011 | 1000101 |
Color Harmonies of #F56AF8
Complementary color
Monochromatic Colors of #F56AF8
Black with #F56AF8
Text Example
Text Example
White with #F56AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56AF8; }
p { color: rgb(245,106,248); }
H1.HeaderClassName
{
color: #F56AF8;
}
.AnyTagClassName
{
color: #F56AF8;
}
</style>
background-color css
<style>
a { background-color: #F56AF8; }
a { background-color: rgb(245,106,248); }
div.DivClassName
{
background-color: #F56AF8;
}
.BgClassName
{
background-color: #F56AF8;
}
</style>
border-color css
<style>
span { border-color: #F56AF8; }
span { border-color: rgb(245,106,248); }
td.TdClassName
{
border-color: #F56AF8;
}
.TagClassName
{
border-color: #F56AF8;
}
</style>