Shades of Pink Flamingo #F654ED
Tints of Pink Flamingo #F654ED
RGB
CMYK
RGB Variations
Color information
#F654ED (or 0xF654ED) is known color: Pink Flamingo. HEX triplet: F6, 54 and ED. RGB value is (246,84,237). Sum of RGB (Red+Green+Blue) = 246+84+237=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 84 (33.20% from 255 or 14.81% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F654ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F654ED is #09AB12. Grayscale: #959595. Windows color (decimal): -633619 or 15553782. OLE color: 15553782.
HSL color Cylindrical-coordinate representation of color #F654ED: hue angle of 303.33º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F654ED is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 237 | - |
| CMYK | 0 | 0.66 | 0.04 | 0.04 |
| HSL | 303.33º | 0.9% | 0.65% | - |
| HSV(B) | 303.33º | 0.66% | 0.96% | - |
| XYZ | 56.46 | 32.05 | 83.33 | - |
| YUV | 149.88 | 177.17 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 237 | 0 | 0.66 | 0.04 | 0.04 | 303.33 | 0.9 | 0.65 |
| Hex | F6 | 54 | ED | 0 | 42 | 4 | 4 | 12F | 5A | 41 |
| Octal | 366 | 124 | 355 | 0 | 102 | 4 | 4 | 457 | 132 | 101 |
| Binary | 11110110 | 1010100 | 11101101 | 0 | 1000010 | 100 | 100 | 100101111 | 1011010 | 1000001 |
Color Harmonies of #F654ED
Complementary color
Monochromatic Colors of #F654ED
Black with #F654ED
Text Example
Text Example
White with #F654ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F654ED; }
p { color: rgb(246,84,237); }
H1.HeaderClassName
{
color: #F654ED;
}
.AnyTagClassName
{
color: #F654ED;
}
</style>
background-color css
<style>
a { background-color: #F654ED; }
a { background-color: rgb(246,84,237); }
div.DivClassName
{
background-color: #F654ED;
}
.BgClassName
{
background-color: #F654ED;
}
</style>
border-color css
<style>
span { border-color: #F654ED; }
span { border-color: rgb(246,84,237); }
td.TdClassName
{
border-color: #F654ED;
}
.TagClassName
{
border-color: #F654ED;
}
</style>