Shades of Pink Flamingo #F654F1
Tints of Pink Flamingo #F654F1
RGB
CMYK
RGB Variations
Color information
#F654F1 (or 0xF654F1) is known color: Pink Flamingo. HEX triplet: F6, 54 and F1. RGB value is (246,84,241). Sum of RGB (Red+Green+Blue) = 246+84+241=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 84 (33.20% from 255 or 14.71% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F654F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F654F1 is #09AB0E. Grayscale: #959595. Windows color (decimal): -633615 or 15815926. OLE color: 15815926.
HSL color Cylindrical-coordinate representation of color #F654F1: hue angle of 301.85º 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 #F654F1 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 241 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.04 |
| HSL | 301.85º | 0.9% | 0.65% | - |
| HSV(B) | 301.85º | 0.66% | 0.96% | - |
| XYZ | 57.05 | 32.28 | 86.44 | - |
| YUV | 150.34 | 179.17 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 241 | 0 | 0.66 | 0.02 | 0.04 | 301.85 | 0.9 | 0.65 |
| Hex | F6 | 54 | F1 | 0 | 42 | 2 | 4 | 12E | 5A | 41 |
| Octal | 366 | 124 | 361 | 0 | 102 | 2 | 4 | 456 | 132 | 101 |
| Binary | 11110110 | 1010100 | 11110001 | 0 | 1000010 | 10 | 100 | 100101110 | 1011010 | 1000001 |
Color Harmonies of #F654F1
Complementary color
Monochromatic Colors of #F654F1
Black with #F654F1
Text Example
Text Example
White with #F654F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F654F1; }
p { color: rgb(246,84,241); }
H1.HeaderClassName
{
color: #F654F1;
}
.AnyTagClassName
{
color: #F654F1;
}
</style>
background-color css
<style>
a { background-color: #F654F1; }
a { background-color: rgb(246,84,241); }
div.DivClassName
{
background-color: #F654F1;
}
.BgClassName
{
background-color: #F654F1;
}
</style>
border-color css
<style>
span { border-color: #F654F1; }
span { border-color: rgb(246,84,241); }
td.TdClassName
{
border-color: #F654F1;
}
.TagClassName
{
border-color: #F654F1;
}
</style>