Shades of Pink Flamingo #F654EF
Tints of Pink Flamingo #F654EF
RGB
CMYK
RGB Variations
Color information
#F654EF (or 0xF654EF) is known color: Pink Flamingo. HEX triplet: F6, 54 and EF. RGB value is (246,84,239). Sum of RGB (Red+Green+Blue) = 246+84+239=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 84 (33.20% from 255 or 14.76% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 246 - color contains mainly: red. Hex color #F654EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F654EF is #09AB10. Grayscale: #959595. Windows color (decimal): -633617 or 15684854. OLE color: 15684854.
HSL color Cylindrical-coordinate representation of color #F654EF: hue angle of 302.59º 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 #F654EF is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 239 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.04 |
| HSL | 302.59º | 0.9% | 0.65% | - |
| HSV(B) | 302.59º | 0.66% | 0.96% | - |
| XYZ | 56.76 | 32.17 | 84.88 | - |
| YUV | 150.11 | 178.17 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 239 | 0 | 0.66 | 0.03 | 0.04 | 302.59 | 0.9 | 0.65 |
| Hex | F6 | 54 | EF | 0 | 42 | 3 | 4 | 12F | 5A | 41 |
| Octal | 366 | 124 | 357 | 0 | 102 | 3 | 4 | 457 | 132 | 101 |
| Binary | 11110110 | 1010100 | 11101111 | 0 | 1000010 | 11 | 100 | 100101111 | 1011010 | 1000001 |
Color Harmonies of #F654EF
Complementary color
Monochromatic Colors of #F654EF
Black with #F654EF
Text Example
Text Example
White with #F654EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F654EF; }
p { color: rgb(246,84,239); }
H1.HeaderClassName
{
color: #F654EF;
}
.AnyTagClassName
{
color: #F654EF;
}
</style>
background-color css
<style>
a { background-color: #F654EF; }
a { background-color: rgb(246,84,239); }
div.DivClassName
{
background-color: #F654EF;
}
.BgClassName
{
background-color: #F654EF;
}
</style>
border-color css
<style>
span { border-color: #F654EF; }
span { border-color: rgb(246,84,239); }
td.TdClassName
{
border-color: #F654EF;
}
.TagClassName
{
border-color: #F654EF;
}
</style>