Shades of Pink Flamingo #F655ED
Tints of Pink Flamingo #F655ED
RGB
CMYK
RGB Variations
Color information
#F655ED (or 0xF655ED) is known color: Pink Flamingo. HEX triplet: F6, 55 and ED. RGB value is (246,85,237). Sum of RGB (Red+Green+Blue) = 246+85+237=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 85 (33.59% from 255 or 14.96% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F655ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F655ED is #09AA12. Grayscale: #969696. Windows color (decimal): -633363 or 15554038. OLE color: 15554038.
HSL color Cylindrical-coordinate representation of color #F655ED: hue angle of 303.35º 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 #F655ED is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 85 | 237 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.04 |
| HSL | 303.35º | 0.9% | 0.65% | - |
| HSV(B) | 303.35º | 0.65% | 0.96% | - |
| XYZ | 56.54 | 32.2 | 83.36 | - |
| YUV | 150.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 85 | 237 | 0 | 0.65 | 0.04 | 0.04 | 303.35 | 0.9 | 0.65 |
| Hex | F6 | 55 | ED | 0 | 41 | 4 | 4 | 12F | 5A | 41 |
| Octal | 366 | 125 | 355 | 0 | 101 | 4 | 4 | 457 | 132 | 101 |
| Binary | 11110110 | 1010101 | 11101101 | 0 | 1000001 | 100 | 100 | 100101111 | 1011010 | 1000001 |
Color Harmonies of #F655ED
Complementary color
Monochromatic Colors of #F655ED
Black with #F655ED
Text Example
Text Example
White with #F655ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F655ED; }
p { color: rgb(246,85,237); }
H1.HeaderClassName
{
color: #F655ED;
}
.AnyTagClassName
{
color: #F655ED;
}
</style>
background-color css
<style>
a { background-color: #F655ED; }
a { background-color: rgb(246,85,237); }
div.DivClassName
{
background-color: #F655ED;
}
.BgClassName
{
background-color: #F655ED;
}
</style>
border-color css
<style>
span { border-color: #F655ED; }
span { border-color: rgb(246,85,237); }
td.TdClassName
{
border-color: #F655ED;
}
.TagClassName
{
border-color: #F655ED;
}
</style>