Shades of Pink Flamingo #F654F3
Tints of Pink Flamingo #F654F3
RGB
CMYK
RGB Variations
Color information
#F654F3 (or 0xF654F3) is known color: Pink Flamingo. HEX triplet: F6, 54 and F3. RGB value is (246,84,243). Sum of RGB (Red+Green+Blue) = 246+84+243=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 84 (33.20% from 255 or 14.66% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F654F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F654F3 is #09AB0C. Grayscale: #969696. Windows color (decimal): -633613 or 15946998. OLE color: 15946998.
HSL color Cylindrical-coordinate representation of color #F654F3: hue angle of 301.11º 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 #F654F3 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 84 | 243 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.04 |
| HSL | 301.11º | 0.9% | 0.65% | - |
| HSV(B) | 301.11º | 0.66% | 0.96% | - |
| XYZ | 57.35 | 32.4 | 88.03 | - |
| YUV | 150.56 | 180.17 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 84 | 243 | 0 | 0.66 | 0.01 | 0.04 | 301.11 | 0.9 | 0.65 |
| Hex | F6 | 54 | F3 | 0 | 42 | 1 | 4 | 12D | 5A | 41 |
| Octal | 366 | 124 | 363 | 0 | 102 | 1 | 4 | 455 | 132 | 101 |
| Binary | 11110110 | 1010100 | 11110011 | 0 | 1000010 | 1 | 100 | 100101101 | 1011010 | 1000001 |
Color Harmonies of #F654F3
Complementary color
Monochromatic Colors of #F654F3
Black with #F654F3
Text Example
Text Example
White with #F654F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F654F3; }
p { color: rgb(246,84,243); }
H1.HeaderClassName
{
color: #F654F3;
}
.AnyTagClassName
{
color: #F654F3;
}
</style>
background-color css
<style>
a { background-color: #F654F3; }
a { background-color: rgb(246,84,243); }
div.DivClassName
{
background-color: #F654F3;
}
.BgClassName
{
background-color: #F654F3;
}
</style>
border-color css
<style>
span { border-color: #F654F3; }
span { border-color: rgb(246,84,243); }
td.TdClassName
{
border-color: #F654F3;
}
.TagClassName
{
border-color: #F654F3;
}
</style>