Shades of Pink Flamingo #F655F5
Tints of Pink Flamingo #F655F5
RGB
CMYK
RGB Variations
Color information
#F655F5 (or 0xF655F5) is known color: Pink Flamingo. HEX triplet: F6, 55 and F5. RGB value is (246,85,245). Sum of RGB (Red+Green+Blue) = 246+85+245=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 85 (33.59% from 255 or 14.76% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 246 - color contains mainly: red. Hex color #F655F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655F5 is #09AA0A. Grayscale: #969696. Windows color (decimal): -633355 or 16078326. OLE color: 16078326.
HSL color Cylindrical-coordinate representation of color #F655F5: hue angle of 300.37º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F655F5 is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 245 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.04 |
| HSL | 300.37º | 0.9% | 0.65% | - |
| HSV(B) | 300.37º | 0.65% | 0.96% | - |
| XYZ | 57.74 | 32.68 | 89.65 | - |
| YUV | 151.38 | 180.84 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 245 | 0 | 0.65 | 0.00 | 0.04 | 300.37 | 0.9 | 0.65 |
| Hex | F6 | 55 | F5 | 0 | 41 | 0 | 4 | 12C | 5A | 41 |
| Octal | 366 | 125 | 365 | 0 | 101 | 0 | 4 | 454 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11110101 | 0 | 1000001 | 0 | 100 | 100101100 | 1011010 | 1000001 |
Color Harmonies of #F655F5
Complementary color
Monochromatic Colors of #F655F5
Black with #F655F5
Text Example
Text Example
White with #F655F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655F5; }
p { color: rgb(246,85,245); }
H1.HeaderClassName
{
color: #F655F5;
}
.AnyTagClassName
{
color: #F655F5;
}
</style>
background-color css
<style>
a { background-color: #F655F5; }
a { background-color: rgb(246,85,245); }
div.DivClassName
{
background-color: #F655F5;
}
.BgClassName
{
background-color: #F655F5;
}
</style>
border-color css
<style>
span { border-color: #F655F5; }
span { border-color: rgb(246,85,245); }
td.TdClassName
{
border-color: #F655F5;
}
.TagClassName
{
border-color: #F655F5;
}
</style>