Shades of Pink Flamingo #F656F8
Tints of Pink Flamingo #F656F8
RGB
CMYK
RGB Variations
Color information
#F656F8 (or 0xF656F8) is known color: Pink Flamingo. HEX triplet: F6, 56 and F8. RGB value is (246,86,248). Sum of RGB (Red+Green+Blue) = 246+86+248=580 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.41% from 580); Green value is 86 (33.98% from 255 or 14.83% from 580); Blue value is 248 (97.27% from 255 or 42.76% from 580); Max value from RGB is 248 - color contains mainly: blue. Hex color #F656F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F656F8 is #09A907. Grayscale: #979797. Windows color (decimal): -633096 or 16275190. OLE color: 16275190.
HSL color Cylindrical-coordinate representation of color #F656F8: hue angle of 299.26º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F656F8 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 86 | 248 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.03 |
| HSL | 299.26º | 0.92% | 0.65% | - |
| HSV(B) | 299.26º | 0.65% | 0.97% | - |
| XYZ | 58.28 | 33.03 | 92.11 | - |
| YUV | 152.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 86 | 248 | 0.01 | 0.65 | 0 | 0.03 | 299.26 | 0.92 | 0.65 |
| Hex | F6 | 56 | F8 | 1 | 41 | 0 | 3 | 12B | 5C | 41 |
| Octal | 366 | 126 | 370 | 1 | 101 | 0 | 3 | 453 | 134 | 101 |
| Binary | 11110110 | 1010110 | 11111000 | 1 | 1000001 | 0 | 11 | 100101011 | 1011100 | 1000001 |
Color Harmonies of #F656F8
Complementary color
Monochromatic Colors of #F656F8
Black with #F656F8
Text Example
Text Example
White with #F656F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F656F8; }
p { color: rgb(246,86,248); }
H1.HeaderClassName
{
color: #F656F8;
}
.AnyTagClassName
{
color: #F656F8;
}
</style>
background-color css
<style>
a { background-color: #F656F8; }
a { background-color: rgb(246,86,248); }
div.DivClassName
{
background-color: #F656F8;
}
.BgClassName
{
background-color: #F656F8;
}
</style>
border-color css
<style>
span { border-color: #F656F8; }
span { border-color: rgb(246,86,248); }
td.TdClassName
{
border-color: #F656F8;
}
.TagClassName
{
border-color: #F656F8;
}
</style>